FollowSegment.StartOfFollowSegment 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
FollowSegmentBeginning
See Also