Get the list of stopping conditions defined for the segment.
Read-only property
[Visual Basic .NET] |
---|
Public Property StoppingConditions() As IAgVAStoppingConditionCollection |
[C#] |
---|
public IAgVAStoppingConditionCollection StoppingConditions {get;} |
[Managed C++] |
---|
public: __property IAgVAStoppingConditionCollection ^ get_StoppingConditions(); |
[Unmanaged C++] |
---|
public: HRESULT get_StoppingConditions( IAgVAStoppingConditionCollection ** ppVAStoppingConditionCollection ); |
[Java] |
---|
public IAgVAStoppingConditionCollection getStoppingConditions(); |
[Python - STK API ] |
---|
@property def StoppingConditions(self) -> "IAgVAStoppingConditionCollection": |