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