Opt whether to use terrain data to define the runway's ground level attitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseRunwayTerrain() As Boolean |
[C#] |
---|
public bool UseRunwayTerrain {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseRunwayTerrain(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseRunwayTerrain( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseRunwayTerrain( VARIANT_BOOL inVal ); |
[Java] |
---|
public bool getUseRunwayTerrain(); public void setUseRunwayTerrain( bool ); |