Get the type of stopping condition.
Read-only property
[Visual Basic .NET] |
---|
Public Property StoppingConditionType() As AgEVAStoppingCondition |
[C#] |
---|
public AgEVAStoppingCondition StoppingConditionType {get;} |
[Managed C++] |
---|
public: __property AgEVAStoppingCondition get_StoppingConditionType(); |
[Unmanaged C++] |
---|
public: HRESULT get_StoppingConditionType( AgEVAStoppingCondition * pEVAStoppingCondition ); |
[Java] |
---|
public AgEVAStoppingCondition getStoppingConditionType(); |
[Python - STK API ] |
---|
@property def StoppingConditionType(self) -> "AgEVAStoppingCondition": |