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


IMoleEventRenderer.SymbolScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMoleEventRenderer Interface > IMoleEventRenderer.SymbolScale Property
ArcGIS Developer Help

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