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


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

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