This document is archived and information here might be outdated.  Recommended version.


ITemporalLegendGroup2.UID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup2 Interface > ITemporalLegendGroup2.UID Property
ArcGIS Developer Help

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(
  System.String* 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