This document is archived and information here might be outdated. Recommended version. |
Base symbol used to generate symbols for the Renderer.
[Visual Basic .NET] Public Property BaseSymbol As ISymbol
[C#] public ISymbol BaseSymbol {get; set;}
[C++]
HRESULT get_BaseSymbol(
ISymbol** pBaseSymbol
);
[C++]
HRESULT putref_BaseSymbol(
ISymbol* pBaseSymbol
);
[C++] Parameters pBaseSymbol [out, retval]
pBaseSymbol is a parameter of type ISymbol** pBaseSymbol [in]
pBaseSymbol is a parameter of type ISymbol*