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