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