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


IGMxDocument.DefaultColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxDocument Interface > IGMxDocument.DefaultColor Property
ArcGIS Developer Help

IGMxDocument.DefaultColor Property

The default color for the given type.

[Visual Basic .NET]
Public Function get_DefaultColor ( _
    ByVal type As esriMxDefaultColorTypes _
) As IColor
[Visual Basic .NET]
Public Sub set_DefaultColor ( _
    ByVal type As esriMxDefaultColorTypes, _
    ByVal color As IColor _
)
[C#]
public IColor get_DefaultColor (
    esriMxDefaultColorTypes type
);
[C#]
public void set_DefaultColor (
    esriMxDefaultColorTypes type,
    IColor color
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGMxDocument Interface