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


ISymbolCollection2.GetSymbolIdentifier Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ISymbolCollection2.GetSymbolIdentifier Method

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

Product Availability

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

See Also

ISymbolCollection2 Interface