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


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

IVectorFieldRendererFunctionArguments.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

IVectorFieldRendererFunctionArguments Interface