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


IConstantFunctionArguments2.MaxColor 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.MaxColor Property
ArcGIS Developer Help

IConstantFunctionArguments2.MaxColor Property

The current maximum color value used for checkerboard pattern.

[Visual Basic .NET]
Public Property MaxColor As Object
[C#]
public object MaxColor {get; set;}
[C++]
HRESULT get_MaxColor(
  Variant* pMaxValue
);
[C++]
HRESULT put_MaxColor(
  VARIANT pMaxValue
);
[C++]
Parameters
pMaxValue [out, retval]

pMaxValue is a parameter of type VARIANT* pMaxValue [in]
pMaxValue is a parameter of type VARIANT

Product Availability

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

See Also

IConstantFunctionArguments2 Interface