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


ISymbolIdentifier Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolIdentifier Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

ISymbolIdentifier Interface

Provides access to the members that control the symbol identifier. Note: the ISymbolIdentifier interface has been superseded byISymbolIdentifier2. Please consider using the more recent version.

Product Availability

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

Description

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

Members

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

CoClasses that implement ISymbolIdentifier

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