Click or drag to resize

PartialSurfaceSegment Properties

The PartialSurfaceSegment type exposes the following members.

Properties
  NameDescription
Public propertyCompleteSegment
Gets the complete segment that this segment subdivides.
Public propertyFinalHeading
Gets the final heading measured eastward from north, in radians.
(Inherited from SurfaceSegment.)
Public propertyFinalSurfacePoint
Gets the final position at the end of the surface segment.
(Inherited from SurfaceSegment.)
Public propertyInitialHeading
Gets the initial heading measured eastward from north, in radians.
(Inherited from SurfaceSegment.)
Public propertyInitialSurfacePoint
Gets the initial position at the start of the surface segment.
(Inherited from SurfaceSegment.)
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 propertyStartDistance
Gets the distance along the CompleteSegment at which this segment starts.
Public propertyStopDistance
Gets the distance along the CompleteSegment at which this segment stops.
Public propertySurfaceDistance
Gets or sets the total arc length along the surface path, in meters.
(Inherited from SurfaceSegment.)
Public propertySurfaceShape
Gets or sets the shape of the surface upon which the path is defined.
(Inherited from SurfaceSegment.)
Public propertyTransitionPoints
Gets the arc lengths, in meters, at which the geometry changes behavior. This could represent discontinuities in the route in one or more derivatives or other points of interest.
(Overrides SurfaceSegmentTransitionPoints.)
Top
See Also