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


ITemporalLegendClass.SymbolColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendClass.SymbolColor Property

Indicates symbol size setting for temporal events as they display on the map.

[Visual Basic .NET]
Public ReadOnly Property SymbolColor As IColor
[C#]
public IColor SymbolColor {get;}
[C++]
HRESULT get_SymbolColor(
  IColor** ppiColor
);
[C++]

Parameters ppiColor [out, retval]
ppiColor is a parameter of type IColor

Product Availability

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

See Also

ITemporalLegendClass Interface