Get the elevation of the steering angle.
Read-only property
[Visual Basic .NET] |
---|
Public Property Elevation() As Double |
[C#] |
---|
public double Elevation {get;} |
[Managed C++] |
---|
public: __property double get_Elevation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Elevation( double * pVal ); |
[Java] |
---|
public double getElevation(); |