Returns the actual system object behind the reference. Use IAgCrdn.IsValid to test the validity of the returned object.
[Visual Basic .NET] |
---|
Public Function GetSystem() As IAgCrdnSystem |
[C#] |
---|
public IAgCrdnSystem GetSystem(); |
[Managed C++] |
---|
public: IAgCrdnSystem ^ GetSystem(); |
[Unmanaged C++] |
---|
public: HRESULT GetSystem( IAgCrdnSystem ** ppRetVal ); |
[Java] |
---|
public IAgCrdnSystem getSystem(); |
[Python - STK API ] |
---|
def GetSystem(self) -> "IAgCrdnSystem": |