Description
Opt whether to set altitude automatically by using terrain data.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseTerrain() As Boolean
|
[C#] |
---|
public bool UseTerrain {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseTerrain(); public: __property void set_UseTerrain( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_UseTerrain( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseTerrain( VARIANT_BOOL NewUseTerrain );
|
[Java] |
---|
public bool getUseTerrain();public void setUseTerrain( bool );
|
See Also