Returns a group of condition set objects.
Read-only property
[Visual Basic .NET] |
---|
Public Property ConditionSets() As IAgCrdnConditionSetGroup |
[C#] |
---|
public IAgCrdnConditionSetGroup ConditionSets {get;} |
[Managed C++] |
---|
public: __property IAgCrdnConditionSetGroup ^ get_ConditionSets(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConditionSets( IAgCrdnConditionSetGroup ** ppRetVal ); |
[Java] |
---|
public IAgCrdnConditionSetGroup getConditionSets(); |
[Python - STK API ] |
---|
@property def ConditionSets(self) -> "IAgCrdnConditionSetGroup": |