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


ISymbolCollection2.GetSymbolIdentifier Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolCollection2 Interface > ISymbolCollection2.GetSymbolIdentifier Method
ArcGIS Developer Help

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