This document is archived and information here might be outdated.  Recommended version.


IRandomColorRamp.MinValue Property (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

Defining a renderer for a layer