This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxDocument Interface > IGMxDocument.DefaultColor Property (ArcObjects .NET 10.4 SDK) |
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 );