Entity.QueryLocalBoundsAsync Method

Definition

Queries the local-space bounding box from the server.

public:
 System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::Bounds> ^ QueryLocalBoundsAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Bounds> QueryLocalBoundsAsync ();
member this.QueryLocalBoundsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Bounds>
Public Function QueryLocalBoundsAsync () As Task(Of Bounds)

Returns

Remarks

QueryLocalBoundsAsync is an asynchronous call. The computation of the bounds is performed on the server and returned when available.

* A NoConnection error occurs no connection was found.

Applies to