ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphic.UID Property

The unique, system assigned, ID of this graphic.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphic Interface