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






Windows & Linux

Description

The azimuth of the spin axis, i.e. the angle from the parent object's +X axis about the +Z axis in a right-handed sense. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxisAzimuth() As System.Object
[C#]
public System.Object SpinAxisAzimuth {get; set;}
[Managed C++]
public: __property VARIANT get_SpinAxisAzimuth();
public: __property void set_SpinAxisAzimuth(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_SpinAxisAzimuth(
   VARIANT * pRetVal
);
public: HRESULT put_SpinAxisAzimuth(
   VARIANT NewSpinAxisAzimuth
);
[Java]
public Variant getSpinAxisAzimuth();public void setSpinAxisAzimuth(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.