ArcObjects Library Reference (Carto)  

IDataClassificationDef.BaseSymbol Property

.

[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