FollowSegmentEndsWithStoppingConditionsConditions Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<StoppingCondition> Conditions { get; }
Public ReadOnly Property Conditions As List(Of StoppingCondition)
Get
public:
property List<StoppingCondition^>^ Conditions {
List<StoppingCondition^>^ get ();
}
member Conditions : List<StoppingCondition> with get
Property Value
Type:
ListStoppingConditionSee Also