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


ITemporalLegendClass.SymbolColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendClass Interface > ITemporalLegendClass.SymbolColor Property
ArcGIS Developer Help

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