ArcObjects Library Reference (Display)  

IRandomColorRamp.MinValue Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

MinValue is minimum value any random color can be (0-100).

See Also

IRandomColorRamp Interface