Click or drag to resize

ParametricRouteSegment Properties

The ParametricRouteSegment type exposes the following members.

Properties
  NameDescription
Public propertyIsFrozen
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.)
Public propertyProfileGeometry
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.
Public propertySegmentDefinition
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.
Public propertySurfaceDistance
Gets the total arc-length traveled along the surface during this segment, in meters.
Public propertySurfaceGeometry
Gets the geometry along the SurfaceShape, parameterized on arc length along the surface path.
Public propertySurfaceShape
Gets the shape of the surface upon which the path is defined.
Top
See Also