ArcObjects Library Reference (Display)  

IMarkerSymbol.Color Property

Marker symbol color.

[Visual Basic .NET]
Public Property Color As IColor
[C#]
public IColor Color {get; set;}
[C++]
HRESULT get_Color(
  IColor** Color
);
[C++]
HRESULT put_Color(
  IColor* Color
);
[C++]

Parameters

Color [out, retval]

  Color is a parameter of type IColor

Color [in]

  Color is a parameter of type IColor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Color is the color of a marker symbol. Any of the Arc Map color interfaces may be used to create the color object.
Color is not supported by the BarChartSymbol coclass. 

See Also

IMarkerSymbol Interface | IHlsColor Interface | IRgbColor Interface | IHsvColor Interface | IGrayColor Interface

.NET Snippets

Add Graphics Layer to Globe

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | Dynamic display layer (Code Files: MyDynamicLayerClass) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | GraphicTracker with the map (Code Files: GTMapForm) | Geoevents in a MapControl (Code Files: GeoEvents) | Creating a toolbar of globe tools (Code Files: PointElement) | Multivariate renderer (Code Files: MultivariateRenderer) | Triangle graphic element (Code Files: TriangleElementClass) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Create a custom tool | Getting started with dynamic display | How to connect to ArcGIS Tracking Server | Implementing persistence