This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolCollection2 Interface > ISymbolCollection2.GetSymbolIdentifier Method (ArcObjects .NET 10.5 SDK) |
Returns the symbol with the given ID.
[Visual Basic .NET] Public Sub GetSymbolIdentifier ( _ ByVal ID As Integer, _ ByRef symbolID As ISymbolIdentifier2 _ )
[C#] public void GetSymbolIdentifier ( int ID, ref ISymbolIdentifier2 symbolID );
[C++]
HRESULT GetSymbolIdentifier(
long ID,
ISymbolIdentifier2** symbolID
);
[C++]
Parameters ID [in] ID is a parameter of type long symbolID [out]
symbolID is a parameter of type ISymbolIdentifier2