This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayFilter Interface > IDisplayFilter.BackgroundRGB Property (ArcObjects .NET 10.5 SDK) |
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(
long* RGB
);
[C++]
HRESULT put_BackgroundRGB(
long RGB
);
[C++]
Parameters RGB [out, retval] RGB is a parameter of type long RGB [in] RGB is a parameter of type long