AGI STK VGT 11 Send comments on this topic.
GetAxes Method (IAgCrdnAxesRefTo)
See Also 





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();

[Java]
public IAgCrdnAxes getAxes();

[Unmanaged C++]
public: HRESULT GetAxes(
IAgCrdnAxes ** ReturnValue
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface