This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IConstantFunctionArguments2 Interface > IConstantFunctionArguments2.MaxColor Property (ArcObjects .NET 10.5 SDK) |
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