Click or drag to resize

SegmentPropagator Properties

The SegmentPropagator type exposes the following members.

Properties
  NameDescription
Public propertyAdapters
Gets a list of the StateElementAdapters that this segment can use in its propagation.
Public propertyIdentifier
Gets the definition that created this propagator. This is to only be used as an identifier.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
Public propertyName
Gets the name of this 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.
Public propertyPropagationDirection
Gets the initial direction of propagation.
Public propertyStateForNextSegmentBehavior
Gets which state should be passed to the next SegmentPropagator.
Top
See Also