Description
Y velocity component. Uses Rate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property YVelocity() As Double
|
| [C#] |
|---|
public double YVelocity {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_YVelocity(); public: __property void set_YVelocity(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_YVelocity(
double * pVal
);
public: HRESULT put_YVelocity(
double vYVelocity
);
|
| [Java] |
|---|
public double getYVelocity();
public void setYVelocity(
double
);
|
| [Python - STK API] |
|---|
@property
def YVelocity(self) -> float:
@YVelocity.setter
def YVelocity(self, vYVelocity:float) -> None:
|
See Also