AGI STK Astrogator 11 Send comments on this topic.
CoordAxesName Property (IAgVAStateCalcVectorRA)
See Also 





Description

The coordinate axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordAxesName() As String

[C#]
public string CoordAxesName {get; set;}

[Managed C++]
public: __property String __gc ^ get_CoordAxesName();
public: __property void set_CoordAxesName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_CoordAxesName(
BSTR * pRetVal
);
public: HRESULT put_CoordAxesName(
BSTR NewCoordAxesName
);

[Java]
public String getCoordAxesName();public void setCoordAxesName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1