This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataClassificationDef Interface > IDataClassificationDef.BaseSymbol Property (ArcObjects .NET 10.5 SDK) |
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