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