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


ICamera.SetBackgroundColor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.SetBackgroundColor Method
ArcGIS Developer Help

ICamera.SetBackgroundColor Method

Sets transient background color.

[Visual Basic .NET]
Public Sub SetBackgroundColor ( _
    ByVal red As Single, _
    ByVal green As Single, _
    ByVal blue As Single _
)
[C#]
public void SetBackgroundColor (
    float red,
    float green,
    float blue
);
[C++]
HRESULT SetBackgroundColor(
  float red,
  float green,
  float blue
);
[C++]
Parameters
red [in]

red is a parameter of type single green [in]
green is a parameter of type single blue [in]
blue is a parameter of type single

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ICamera Interface