This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBackgroundFilter Interface > IBackgroundFilter.Background Property (ArcObjects .NET 10.4 SDK) |
The background value to be filtered.
[Visual Basic .NET] Public Property Background As Object
[C#] public object Background {get; set;}
[C++]
HRESULT get_Background(
VARIANT* Value
);
[C++]
HRESULT put_Background(
VARIANT Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT Value [in] Value is a parameter of type VARIANT