StopSegment Constructor (Boolean) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StopSegment(
bool stopEnabled
)
Public Sub New (
stopEnabled As Boolean
)
public:
StopSegment(
bool stopEnabled
)
new :
stopEnabled : bool -> StopSegment
Parameters
- stopEnabled
- Type: SystemBoolean
If this segment should actually stop propagation.
See Also