CentralBodyLayeredProjectedVolumeAccessConstraint.VolumeLayer.PointsDefiningConvexHullInLayer Property |
Gets the points in the layer that define the convex hull.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic ReadOnlyCollection<Cartographic> PointsDefiningConvexHullInLayer { get; }
Public ReadOnly Property PointsDefiningConvexHullInLayer As ReadOnlyCollection(Of Cartographic)
Get
public:
property ReadOnlyCollection<Cartographic>^ PointsDefiningConvexHullInLayer {
ReadOnlyCollection<Cartographic>^ get ();
}
member PointsDefiningConvexHullInLayer : ReadOnlyCollection<Cartographic> with get
Property Value
Type:
ReadOnlyCollection<Cartographic>
See Also