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


ISimpleTrackingLabelRenderer.ID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ISimpleTrackingLabelRenderer.ID Property

Indicates ID value of event for tracking label renderer.

[Visual Basic .NET]
Public ReadOnly Property ID As UID
[C#]
public UID ID {get;}
[C++]
HRESULT get_ID(
  IUID** pGUID
);
[C++]

Parameters pGUID [out, retval]
pGUID is a parameter of type IUID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ISimpleTrackingLabelRenderer Interface