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