ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.SymbolID Property

Symbol ID associated with this element.

[Visual Basic .NET]
Public ReadOnly Property SymbolID As Integer
[C#]
public int SymbolID {get;}
[C++]
HRESULT get_SymbolID(
  long* SymbolID
);
[C++]

Parameters

SymbolID [out, retval]   SymbolID is a parameter of type long

Product Availability

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

See Also

ISymbolCollectionElement Interface