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


IRedactionFunctionArguments.FillColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRedactionFunctionArguments.FillColor Property

.

[Visual Basic .NET]
Public Property FillColor As Object
[C#]
public object FillColor {get; set;}
[C++]
HRESULT get_FillColor(
  VARIANT* pvtFillColor
);
[C++]
HRESULT put_FillColor(
  VARIANT pvtFillColor
);
[C++]

Parameters pvtFillColor [out, retval] pvtFillColor is a parameter of type VARIANT pvtFillColor [in] pvtFillColor is a parameter of type VARIANT

Product Availability

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

See Also

IRedactionFunctionArguments Interface