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


IVectorFieldRenderer.SymbolTileSizeUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRenderer.SymbolTileSizeUnits Property

The units associated with the tile size.

[Visual Basic .NET]
Public Property SymbolTileSizeUnits As esriSymbolTileSizeUnits
[C#]
public esriSymbolTileSizeUnits SymbolTileSizeUnits {get; set;}
[C++]
HRESULT get_SymbolTileSizeUnits(
  esriSymbolTileSizeUnits* pUnits
);
[C++]
HRESULT put_SymbolTileSizeUnits(
  esriSymbolTileSizeUnits pUnits
);
[C++]

Parameters pUnits [out, retval]
pUnits is a parameter of type esriSymbolTileSizeUnits pUnits [in]
pUnits is a parameter of type esriSymbolTileSizeUnits

Product Availability

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

See Also

IVectorFieldRenderer Interface