Flat
A Boolean that determines if all points of the modified terrain
are set at the same altitude, creating a horizontal flat
surface.
C#
|
|
|
|
|
bool Flat { get;
set; }
|
C++
|
|
|
|
|
HRESULT Flat([in]
VARIANT_BOOL newVal)
HRESULT Flat([out,
retval] VARIANT_BOOL* newVal)
|