Entity.QueryLocalBoundsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.