ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol.UID Property

A unique identifier for the MOLE symbol.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbol Interface