TargetedSegmentListOperatorAction Property |
Gets or sets how the propagator will run the
operators (will the
operators be run normally,
be run once, or just run the nominal sequence).
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TargetedSegmentListOperatorBehavior OperatorAction { get; set; }
Public Property OperatorAction As TargetedSegmentListOperatorBehavior
Get
Set
public:
property TargetedSegmentListOperatorBehavior OperatorAction {
TargetedSegmentListOperatorBehavior get ();
void set (TargetedSegmentListOperatorBehavior value);
}
member OperatorAction : TargetedSegmentListOperatorBehavior with get, set
Property Value
Type:
TargetedSegmentListOperatorBehaviorSee Also