Share via


SpatialGraphPlacement.GetControlPoints Method

Definition

Returns the set of control points which define this placement in the Spatial Graph. These may be stored and used to recreate the placement in a future session - however, the static nodes referenced by the control points may not be valid unless they have also been persisted using TryPersistStaticNodesAsync(String).

public Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphPlacementControlPoint[] GetControlPoints ();
member this.GetControlPoints : unit -> Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphPlacementControlPoint[]
Public Function GetControlPoints () As SpatialGraphPlacementControlPoint()

Returns

Applies to