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


IRasterDefaultsEnv5.DisplayBackground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv5 Interface > IRasterDefaultsEnv5.DisplayBackground Property
ArcGIS Developer Help

IRasterDefaultsEnv5.DisplayBackground Property

Indicates if a background value is being used.

[Visual Basic .NET]
Public Property DisplayBackground As Boolean
[C#]
public bool DisplayBackground {get; set;}
[C++]
HRESULT get_DisplayBackground(
  VARIANT_BOOL b
);
[C++]
HRESULT put_DisplayBackground(
  Boolean* b
);
[C++]
Parameters
b [in]

b is a parameter of type bool b [out, retval]
b is a parameter of type bool*

Product Availability

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

See Also

IRasterDefaultsEnv5 Interface