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: 24.2.419.0 (24.2.419.0)
Syntax public ProfileSegment ProfileGeometry { get; }
Public ReadOnly Property ProfileGeometry As ProfileSegment
Get
public:
property ProfileSegment^ ProfileGeometry {
ProfileSegment^ get ();
}
member ProfileGeometry : ProfileSegment with get
Property Value
Type:
ProfileSegmentSee Also