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