StopSegment.StopEnabled Property |
Gets or sets a value indicating whether this segment will actually stop propagation. This is true by default.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool StopEnabled { get; set; }
Public Property StopEnabled As Boolean
Get
Set
public:
property bool StopEnabled {
bool get ();
void set (bool value);
}
member StopEnabled : bool with get, set
Property Value
Type:
Boolean
See Also