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