Click or drag to resize

FollowSegmentStartOfFollowSegment Property

Gets or sets the how the initial state of propagation will be determined. This will take precedence over any initial state passed into the propagate method and as such can cause discontinuities with previous segments.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FollowSegmentBeginning StartOfFollowSegment { get; set; }

Property Value

Type: FollowSegmentBeginning
See Also