FollowSegmentStartsAtEndOfBasePropagatorIgnoreFinalPropagation Property |
Gets a value indicating whether the parent
FollowSegment should ignore its
EndOfFollowSegment.
This would be because the initial state should also be the final state.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override bool IgnoreFinalPropagation { get; }
Public Overrides ReadOnly Property IgnoreFinalPropagation As Boolean
Get
public:
virtual property bool IgnoreFinalPropagation {
bool get () override;
}
abstract IgnoreFinalPropagation : bool with get
override IgnoreFinalPropagation : bool with get
Property Value
Type:
BooleanSee Also