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


IDisplayFilter.BackgroundRGB Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayFilter Interface > IDisplayFilter.BackgroundRGB Property
ArcGIS Developer Help

IDisplayFilter.BackgroundRGB Property

RGB value of the filter background color.

[Visual Basic .NET]
Public Property BackgroundRGB As Integer
[C#]
public int BackgroundRGB {get; set;}
[C++]
HRESULT get_BackgroundRGB(
  OLE_COLOR RGB
);
[C++]
HRESULT put_BackgroundRGB(
  OLE_COLOR* RGB
);
[C++]
Parameters
RGB [in]

RGB is a parameter of type OLE_COLOR RGB [out, retval]
RGB is a parameter of type OLE_COLOR*

Product Availability

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

See Also

IDisplayFilter Interface