Property motion radial velocity. Uses Distance dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ProperMotionRadialVelocity() As Double |
[C#] |
---|
public double ProperMotionRadialVelocity {get; set;} |
[Managed C++] |
---|
public: __property double get_ProperMotionRadialVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProperMotionRadialVelocity( double * pVal ); public: HRESULT put_ProperMotionRadialVelocity( double RadialVelocity ); |
[Java] |
---|
public double getProperMotionRadialVelocity(); public void setProperMotionRadialVelocity( double ); |