Get the properties available to the stopping condition.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Properties() As IAgVAStoppingConditionComponent |
| [C#] |
|---|
public IAgVAStoppingConditionComponent Properties {get;} |
| [Managed C++] |
|---|
public: __property IAgVAStoppingConditionComponent ^ get_Properties(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAStoppingConditionComponent getProperties(); |
[Python - STK API ] |
|---|
@property def Properties(self) -> "IAgVAStoppingConditionComponent": |






