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


ISymbolIdentifier2.ID Property (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 > ISymbolIdentifier2.ID Property
ArcGIS Developer Help

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(
  System.Int32* 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