The condition component.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Condition() As IAgCrdnCondition |
| [C#] |
|---|
public IAgCrdnCondition Condition {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnCondition ^ get_Condition(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCondition getCondition(); public void setCondition( IAgCrdnCondition ); |
| [Python - STK API] |
|---|
@property def Condition(self) -> "IAgCrdnCondition": @Condition.setter def Condition(self, Condition:"IAgCrdnCondition") -> None: |





