Click or drag to resize

SegmentListPropagator Properties

The SegmentListPropagator type exposes the following members.

Properties
  NameDescription
Public propertyAdapters
Gets a list of the StateElementAdapters that this segment can use in its propagation.
(Inherited from SegmentPropagator.)
Public propertyIdentifier
Gets the definition that created this propagator. This is to only be used as an identifier.
(Inherited from SegmentPropagator.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Inherited from SegmentPropagator.)
Public propertyName
Gets the name of this SegmentPropagator.
(Inherited from SegmentPropagator.)
Public propertyOriginalConfiguration
Gets or sets the original configuration for this segment. This must be set when the propagator is constructed. This should be ignored during propagation if a configuration is passed into the PropagateSegment(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) method.
(Inherited from SegmentPropagator.)
Public propertyPropagationDirection
Gets the initial direction of propagation.
(Inherited from SegmentPropagator.)
Public propertySegments
Gets the SegmentPropagators that will be propagated.
Public propertyStateForNextSegmentBehavior
Gets which state should be passed to the next SegmentPropagator.
(Inherited from SegmentPropagator.)
Top
See Also