This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControl Interface > ISceneControl.OverrideBackColor Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to override the background color of the scene document.
[Visual Basic .NET] Public Property OverrideBackColor As Boolean
[C#] public bool OverrideBackColor {get; set;}
[C++]
HRESULT get_OverrideBackColor(
VARIANT_BOOL* pVal
);
[C++]
HRESULT put_OverrideBackColor(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL
The OverrideBackColor property determines whether the background color of any document loaded into the SceneControl is overriden and replaced with the SceneControl's BackColor. By default this property is false.