ObjectSearchArea.FromSphere Method

Definition

Creates a search area from a sphere.

public:
 static Microsoft::Azure::ObjectAnchors::ObjectSearchArea ^ FromSphere(Microsoft::Azure::ObjectAnchors::SpatialGraph::SpatialGraphCoordinateSystem coordinateSystem, Microsoft::Azure::ObjectAnchors::SpatialGraph::SpatialSphere sphere);
public static Microsoft.Azure.ObjectAnchors.ObjectSearchArea FromSphere (Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphCoordinateSystem coordinateSystem, Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialSphere sphere);
static member FromSphere : Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphCoordinateSystem * Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialSphere -> Microsoft.Azure.ObjectAnchors.ObjectSearchArea
Public Shared Function FromSphere (coordinateSystem As SpatialGraphCoordinateSystem, sphere As SpatialSphere) As ObjectSearchArea

Parameters

coordinateSystem
SpatialGraphCoordinateSystem

Reference coordinate system for the search area.

sphere
SpatialSphere

The sphere.

Returns

Applies to