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.2.419.0 (24.2.419.0)
Syntax public FollowSegmentBeginning StartOfFollowSegment { get; set; }
Public Property StartOfFollowSegment As FollowSegmentBeginning
Get
Set
public:
property FollowSegmentBeginning^ StartOfFollowSegment {
FollowSegmentBeginning^ get ();
void set (FollowSegmentBeginning^ value);
}
member StartOfFollowSegment : FollowSegmentBeginning with get, set
Property Value
Type:
FollowSegmentBeginningSee Also