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


IVectorFieldRenderer.TemplateSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRenderer.TemplateSymbol Property

Template symbol for rendering the vector field.

[Visual Basic .NET]
Public Property TemplateSymbol As ISymbol
[C#]
public ISymbol TemplateSymbol {get; set;}
[C++]
HRESULT get_TemplateSymbol(
  ISymbol** ppSymbol
);
[C++]
HRESULT putref_TemplateSymbol(
  ISymbol* ppSymbol
);
[C++]

Parameters ppSymbol [out, retval]
ppSymbol is a parameter of type ISymbol ppSymbol [in]
ppSymbol is a parameter of type ISymbol

Product Availability

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

See Also

IVectorFieldRenderer Interface