Gets or sets the X component of the target velocity for the end of the Lambert transfer.
Read-write property
[Visual Basic .NET] |
---|
Public Property TargetVelocityX() As Double |
[C#] |
---|
public double TargetVelocityX {get; set;} |
[Managed C++] |
---|
public: __property double get_TargetVelocityX(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetVelocityX( double * pVal ); public: HRESULT put_TargetVelocityX( double newVal ); |
[Java] |
---|
public double getTargetVelocityX(); public void setTargetVelocityX( double ); |