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





Description

The spin rate, i.e. the rate at which the boresight spins about the spin axis, measured in revolutions per minute. The spin is positive in a right-handed sense about the spin axis. Negative rate can be used to create a spin in the opposite direction. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinRate() As Double

[C#]
public double SpinRate {get; set;}

[Managed C++]
public: __property double get_SpinRate();
public: __property void set_SpinRate(
double
);

[Unmanaged C++]
public: HRESULT get_SpinRate(
double * pRetVal
);
public: HRESULT put_SpinRate(
double NewSpinRate
);

[Java]
public double getSpinRate();public void setSpinRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1