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






Windows & Linux

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 * pVal
);
public: HRESULT put_SpinAxisElevation(
    VARIANT pVal
);
[Java]
public VARIANT getSpinAxisElevation();
public void setSpinAxisElevation(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.