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


IViewers3D.GetBackgroundColor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IViewers3D Interface > IViewers3D.GetBackgroundColor Method
ArcGIS Developer Help

IViewers3D.GetBackgroundColor Method

Returns the background color.

[Visual Basic .NET]
Public Sub GetBackgroundColor ( _
    ByRef pRed As Single&, _
    ByRef pGreen As Single&, _
    ByRef pBlue As Single& _
)
[C#]
public void GetBackgroundColor (
    ref Single& pRed,
    ref Single& pGreen,
    ref Single& pBlue
);
[C++]
HRESULT GetBackgroundColor(
  System.Single* pRed,
  System.Single* pGreen,
  System.Single* pBlue
);
[C++]
Parameters
pRed [out]

pRed is a parameter of type single* pGreen [out]
pGreen is a parameter of type single* pBlue [out]
pBlue is a parameter of type single*

Product Availability

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

See Also

IViewers3D Interface