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


ISymbolIdentifier2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolIdentifier2 Interface
ArcGIS Developer Help

ISymbolIdentifier2 Interface

Provides access to the members that control the symbol identifier.

Product Availability

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

Description

Provides access to the Symbol, ID, and Name properties of a SymbolIdentifier.

Members

Name Description
Read/write property ID The symbolID associated with the symbol.
Read/write property Name The name associated with the symbol.
Read/write property Symbol The symbol associated with the symbolID.

Classes that implement ISymbolIdentifier2

Classes Description
SymbolIdentifier Groups a symbol with both an ID and Name.