Returns a group of systems.
Read-only property
[Visual Basic .NET] |
---|
Public Property Systems() As IAgCrdnSystemGroup |
[C#] |
---|
public IAgCrdnSystemGroup Systems {get;} |
[Managed C++] |
---|
public: __property IAgCrdnSystemGroup ^ get_Systems(); |
[Unmanaged C++] |
---|
public: HRESULT get_Systems( IAgCrdnSystemGroup ** ppRetVal ); |
[Java] |
---|
public IAgCrdnSystemGroup getSystems(); |
[Python - STK API ] |
---|
@property def Systems(self) -> "IAgCrdnSystemGroup": |