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