ArcObjects Library Reference (DefenseSolutions)  

IGraphicComponent.SymbolID Property

The Method returns the Symbol ID.

[Visual Basic .NET]
Public ReadOnly Property SymbolID As String
[C#]
public string SymbolID {get;}
[C++]
HRESULT get_SymbolID(
  BSTR* __MIDL__IGraphicComponent0000
);
[C++]

Parameters

__MIDL__IGraphicComponent0000 [out, retval]   __MIDL__IGraphicComponent0000 is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicComponent Interface