Orbit Path Pad.
Read-write property
[Visual Basic .NET] |
---|
Public Property OrbitPathPad() As Double |
[C#] |
---|
public double OrbitPathPad {get; set;} |
[Managed C++] |
---|
public: __property double get_OrbitPathPad(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrbitPathPad( double * pVal ); public: HRESULT put_OrbitPathPad( double OrbitPathPad ); |
[Java] |
---|
public double getOrbitPathPad(); public void setOrbitPathPad( double ); |