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