FlattenBelowTerrain

Gets and sets a Boolean that determines whether the terrain under the model is leveled to the model's elevation value. The terrain is flattened only if the object was created with AltitudeType value of ATC_TERRAIN_ABSOLUTE.

 

JavaScript

 

FlattenBelowTerrain

 

C#

 

bool FlattenBelowTerrain { get; set; }

 

C++

 

HRESULT FlattenBelowTerrain([out, retval] VARIANT_BOOL* pVal)

HRESULT FlattenBelowTerrain([in] VARIANT_BOOL pVal)