ArcObjects Library Reference (DefenseSolutions)  

IFEGraphic.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* pUID
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphic Interface