This document is archived and information here might be outdated. Recommended version. |
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*