STK ObjectsSend comments on this topic.
Rate Property (IAgVeProfileSpinning)
See Also
Windows





Windows & Linux

Description

Spin rate: specified in revolutions per minute; positive values indicate rotation in a right-handed sense with respect to the spin axis. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Rate() As Double
[C#]
public double Rate {get; set;}
[Managed C++]
public: __property double get_Rate();
public: __property void set_Rate( double );
[Unmanaged C++]
public: HRESULT get_Rate(
    double * pVal
);
public: HRESULT put_Rate(
    double Rate
);
[Java]
public double getRate();
public void setRate(
    double
);
[Python - STK API ]
@property
def Rate(self) -> float:

@Rate.setter
def Rate(self, Rate:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.