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


IVectorFieldRendererFunctionArguments.SymbolTileSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRendererFunctionArguments.SymbolTileSize Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVectorFieldRendererFunctionArguments Interface