ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol.SymbolID Property

The symbol ID code (SIC) for the symbol.

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

Parameters

SymbolID [out, retval]   SymbolID is a parameter of type BSTR SymbolID [in]   SymbolID is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbol Interface