This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolIdentifier Interface > ISymbolIdentifier.ID Property (ArcObjects .NET 10.4 SDK) |
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