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