ParametricRouteSegment Properties |
The ParametricRouteSegment type exposes the following members.
Name | Description | |
---|---|---|
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
ProfileGeometry |
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.
| |
SegmentDefinition |
Gets the definitional object specifying the behavior of this particular segment prior to
propagating it with a RoutePropagator. This can be used to identify this
segment in the list of segments in a PropagatedRoute.
| |
SurfaceDistance |
Gets the total arc-length traveled along the surface during this segment, in meters.
| |
SurfaceGeometry |
Gets the geometry along the SurfaceShape, parameterized on arc length along the surface path.
| |
SurfaceShape |
Gets the shape of the surface upon which the path is defined.
|