AGI STK Objects 11 Send comments on this topic.
SpinAxisElevation Property (IAgSnPtSpinning)
See Also 





Description

the elevation of the spin axis, i.e. the angle between the spin axis and the parent object's body-fixed XY plane, measured as positive in the direction of the parent object's body-fixed +Z axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxisElevation() As System.Object

[C#]
public System.Object SpinAxisElevation {get; set;}

[Managed C++]
public: __property VARIANT get_SpinAxisElevation();
public: __property void set_SpinAxisElevation(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_SpinAxisElevation(
VARIANT * pRetVal
);
public: HRESULT put_SpinAxisElevation(
VARIANT NewSpinAxisElevation
);

[Java]
public Variant getSpinAxisElevation();public void setSpinAxisElevation(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1