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


IDataClassificationDef.BaseSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataClassificationDef Interface > IDataClassificationDef.BaseSymbol Property
ArcGIS Developer Help

IDataClassificationDef.BaseSymbol Property

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*

Product Availability

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

See Also

IDataClassificationDef Interface