ArcObjects Library Reference (TrackingAnalyst)  

IMoleEventRenderer.SymbolScale Property

Indicates value of the MOLE symbol's scale relative to the map display.

[Visual Basic .NET]
Public Property SymbolScale As Double
[C#]
public double SymbolScale {get; set;}
[C++]
HRESULT get_SymbolScale(
  double* pdScale
);
[C++]
HRESULT put_SymbolScale(
  double pdScale
);
[C++]

Parameters

pdScale [out, retval]   pdScale is a parameter of type double pdScale [in]   pdScale is a parameter of type double

Product Availability

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

See Also

IMoleEventRenderer Interface