Returns well-known systems.
Read-only property
[Visual Basic .NET] |
---|
Public Property WellKnownSystems() As IAgCrdnWellKnownSystems |
[C#] |
---|
public IAgCrdnWellKnownSystems WellKnownSystems {get;} |
[Managed C++] |
---|
public: __property IAgCrdnWellKnownSystems ^ get_WellKnownSystems(); |
[Unmanaged C++] |
---|
public: HRESULT get_WellKnownSystems( IAgCrdnWellKnownSystems ** ppRetVal ); |
[Java] |
---|
public IAgCrdnWellKnownSystems getWellKnownSystems(); |
[Python - STK API ] |
---|
@property def WellKnownSystems(self) -> "IAgCrdnWellKnownSystems": |