ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphic2.SymbolID Property

The symbol ID string of the tactical graphic.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphic2 Interface