ParametricRouteSegmentProfileGeometry Property |
Gets the vertical and temporal geometry along the
surface path,
parameterized on time from the start of the profile. This includes both height and speed along the trajectory.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic ProfileSegment ProfileGeometry { get; }
Public ReadOnly Property ProfileGeometry As ProfileSegment
Get
public:
property ProfileSegment^ ProfileGeometry {
ProfileSegment^ get ();
}
member ProfileGeometry : ProfileSegment with get
Property Value
Type:
ProfileSegment
See Also