SpecifiedNodesEllipsoidSurfaceRegionBuilderBoundaryNodes Property |
Gets the boundary nodes for the surface region.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<Cartographic> BoundaryNodes { get; }
Public ReadOnly Property BoundaryNodes As List(Of Cartographic)
Get
public:
property List<Cartographic>^ BoundaryNodes {
List<Cartographic>^ get ();
}
member BoundaryNodes : List<Cartographic> with get
Property Value
Type:
ListCartographicSee Also