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++] |
---|
public: HRESULT get_ConditionSet( IAgCrdnConditionSet ** ppRetVal ); public: HRESULT put_ConditionSet( IAgCrdnConditionSet ConditionSet ); |
[Java] |
---|
public IAgCrdnConditionSet getConditionSet(); public void setConditionSet( IAgCrdnConditionSet ); |
[Python - STK API ] |
---|
@property def ConditionSet(self) -> "IAgCrdnConditionSet": @ConditionSet.setter def ConditionSet(self, ConditionSet:"IAgCrdnConditionSet") -> None: |