Description
The magnitude of the inertial velocity
vector. Uses Rate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property Velocity() As Double
|
| [C#] |
public double Velocity {get; set;}
|
| [Managed C++] |
public: __property double get_Velocity();
public: __property void set_Velocity(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_Velocity(
double * pRetVal
);
public: HRESULT put_Velocity(
double NewVelocity
);
|
| [Java] |
public double getVelocity();public void setVelocity(
double
);
|
See Also