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


IDataClassificationDef.BaseSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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