Gets and sets an enum that determines the color that should be applied to all the terrain whose altitude is not within the Min/Max range. This property is applied only when the UseMinMaxValues is set to TRUE.
The following are the possible values:
§ CCOR_TRANSPARENT = 0
§ CCOR_RED_BLUE = 1
JavaScript |
|
|
|
ColorOutsideOfRange |
C# |
|
|
|
ContourColorOutsideOfRange ColorOutsideOfRange { get; set; } |
C++ |
|
|
|
HRESULT ColorOutsideOfRange([out, retval] ContourColorOutsideOfRange* pVal) HRESULT ColorOutsideOfRange([in] ContourColorOutsideOfRange pVal) |