ArcObjects Library Reference (ArcScene)  

ISxDocument.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

ISxDocument Interface