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


ITemporalLegendClass.SymbolSize 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.SymbolSize Property
ArcGIS Developer Help

ITemporalLegendClass.SymbolSize Property

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

[Visual Basic .NET]
Public ReadOnly Property SymbolSize As Double
[C#]
public double SymbolSize {get;}
[C++]
HRESULT get_SymbolSize(
  System.Double* pdSize
);
[C++]
Parameters
pdSize [out, retval]

pdSize is a parameter of type double*

Product Availability

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

See Also

ITemporalLegendClass Interface