This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.MaxValue Property (ArcObjects .NET 10.4 SDK) |
The maximum value (0-100).
[Visual Basic .NET] Public Property MaxValue As Integer
[C#] public int MaxValue {get; set;}
[C++]
HRESULT get_MaxValue(
long* MaxValue
);
[C++]
HRESULT put_MaxValue(
long MaxValue
);
[C++]
Parameters MaxValue [out, retval] MaxValue is a parameter of type long MaxValue [in] MaxValue is a parameter of type long