This document is archived and information here might be outdated. Recommended version. |
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