SegmentResultsStopAllPropagation Property |
Gets or sets a value indicating whether all propagation must stop and whatever results
have been computed should be returned.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool StopAllPropagation { get; set; }
Public Property StopAllPropagation As Boolean
Get
Set
public:
property bool StopAllPropagation {
bool get ();
void set (bool value);
}
member StopAllPropagation : bool with get, set
Property Value
Type:
BooleanSee Also