ObjectSearchArea.FromSphere 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.
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.