This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMoleEventRenderer Interface > IMoleEventRenderer.SymbolScale Property (ArcObjects .NET 10.4 SDK) |
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