Get the Z component of the velocity vector.
Read-only property
[Visual Basic .NET] |
---|
Public Property VelZ() As Double |
[C#] |
---|
public double VelZ {get;} |
[Managed C++] |
---|
public: __property double get_VelZ(); |
[Unmanaged C++] |
---|
public: HRESULT get_VelZ( double * pVal ); |
[Java] |
---|
public double getVelZ(); |