Gets and sets a Boolean that determines whether contour colors and lines are displayed only for areas of the terrain whose altitude value is between the MinElevation and MaxElevation or for all altitude values.
JavaScript |
|
|
|
UseMinMaxValues |
C# |
|
|
|
bool UseMinMaxValues { get; set; } |
C++ |
|
|
|
HRESULT UseMinMaxValues([out, retval] VARIANT_BOOL* pVal) HRESULT UseMinMaxValues([in] VARIANT_BOOL pVal) |