STK Vector Geometry ToolSend comments on this topic.
GetAxes Method (IAgCrdnAxesRefTo)
See Also
Windows





Windows & Linux

Description

Returns the actual axes object behind the reference. Use IAgCrdn.IsValid to test the validity of the returned object.

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.