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


IConstantFunctionArguments2.MinColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IConstantFunctionArguments2.MinColor Property

The current minimum color value used for checkerboard pattern.

[Visual Basic .NET]
Public Property MinColor As Object
[C#]
public object MinColor {get; set;}
[C++]
HRESULT get_MinColor(
  VARIANT* pMinValue
);
[C++]
HRESULT put_MinColor(
  VARIANT pMinValue
);
[C++]

Parameters pMinValue [out, retval] pMinValue is a parameter of type VARIANT pMinValue [in] pMinValue is a parameter of type VARIANT

Product Availability

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

See Also

IConstantFunctionArguments2 Interface