FollowSegmentStartsWithStoppingConditionsUseWrappedStoppingConditions Property |
Gets or sets a value indicating whether the stopping conditions on the wrapped propagator should be used when finding the start state.
This defaults to .
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseWrappedStoppingConditions { get; set; }
Public Property UseWrappedStoppingConditions As Boolean
Get
Set
public:
property bool UseWrappedStoppingConditions {
bool get ();
void set (bool value);
}
member UseWrappedStoppingConditions : bool with get, set
Property Value
Type:
BooleanSee Also