FollowPathProcedureVertices Property |
Gets the list of vertices that define the waypoints of the path.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<Cartographic> Vertices { get; }
Public ReadOnly Property Vertices As IList(Of Cartographic)
Get
public:
property IList<Cartographic>^ Vertices {
IList<Cartographic>^ get ();
}
member Vertices : IList<Cartographic> with get
Property Value
Type:
IListCartographicSee Also