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


IRandomColorRamp.MinValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.MinValue Property
ArcGIS Developer Help

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(
  System.Int32* MinValue
);
[C++]
Parameters
MinValue [in]

MinValue is a parameter of type long MinValue [out, retval]
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