ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup2.UID Property

A unique ID to represent the type of legend group.

[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, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup2 Interface