CompositeSurfaceSegmentSegments Property |
Gets a list of the segments that together define this overall composite segment.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<SurfaceSegment> Segments { get; }
Public ReadOnly Property Segments As IList(Of SurfaceSegment)
Get
public:
property IList<SurfaceSegment^>^ Segments {
IList<SurfaceSegment^>^ get ();
}
member Segments : IList<SurfaceSegment> with get
Property Value
Type:
IListSurfaceSegmentSee Also