ArcObjects Library Reference (TrackingAnalyst)  

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(
  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