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


IRedactionInfo.FillColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRedactionInfo Interface > IRedactionInfo.FillColor Property
ArcGIS Developer Help

IRedactionInfo.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 [in]

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

Product Availability

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

See Also

IRedactionInfo Interface