ArcObjects Library Reference (Display)  

ISymbolIdentifier2.ID Property

The symbolID associated with the symbol.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
  long* symbolID
);
[C++]
HRESULT put_ID(
  long symbolID
);
[C++]

Parameters

symbolID [out, retval]   symbolID is a parameter of type long symbolID [in]   symbolID is a parameter of type long

Product Availability

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

See Also

ISymbolIdentifier2 Interface