Gets and sets the maximum altitude value for which contour colors and lines should be displayed. This property is applied only when the UseMinMaxValues is set to TRUE.
JavaScript |
|
|
|
MaxElevation |
C# |
|
|
|
double MaxElevation { get; set; } |
C++ |
|
|
|
HRESULT MaxElevation([out, retval] double* pVal) HRESULT MaxElevation([in] double pVal) |