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++] |
|---|
|
| [Java] |
|---|
public AgEVAStoppingCondition getStoppingConditionType(); |
[Python - STK API ] |
|---|
@property def StoppingConditionType(self) -> "AgEVAStoppingCondition": |






