| SpecifiedNodesEllipsoidSurfaceRegionBuilderBoundaryNodes Property  | 
 
            Gets the boundary nodes for the surface region.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
ListCartographic See Also
See Also