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


IConstantFunctionArguments2.MinColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IConstantFunctionArguments2 Interface > IConstantFunctionArguments2.MinColor Property
ArcGIS Developer Help

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