Get/set the condition set object.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ConditionSet() As IAgCrdnConditionSet |
| [C#] |
|---|
public IAgCrdnConditionSet ConditionSet {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnConditionSet ^ get_ConditionSet(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConditionSet getConditionSet(); public void setConditionSet( IAgCrdnConditionSet ); |
| [Python - STK API] |
|---|
@property def ConditionSet(self) -> "IAgCrdnConditionSet": @ConditionSet.setter def ConditionSet(self, ConditionSet:"IAgCrdnConditionSet") -> None: |





