AGI STK Objects 11 Send comments on this topic.
Axes Property (IAgVORefCrdnAxes)
See Also 





Description

The name of the axes or system used to define the coordinate frame associated with the selected vector or axis.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Axes();
public: __property void set_Axes(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Axes(
BSTR * pRetVal
);
public: HRESULT put_Axes(
BSTR NewAxes
);

[Java]
public String getAxes();public void setAxes(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1