This document is archived and information here might be outdated. Recommended version. |
The tile size that is used to control the density of the symbols.
[Visual Basic .NET]
Public Property SymbolTileSize As Double
[C#]
public double SymbolTileSize {get; set;}
[C++]
HRESULT get_SymbolTileSize(
System.Double* pSize
);
[C++]
HRESULT put_SymbolTileSize(
double pSize
);
[C++] Parameters pSize [out, retval]
pSize is a parameter of type double* pSize [in]
pSize is a parameter of type double