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