ArcObjects Library Reference (TrackingAnalyst)  

ITrackingLabel.ID Property

Indicates ID value for the label.

[Visual Basic .NET]
Public Property ID As String
[C#]
public string ID {get; set;}
[C++]
HRESULT get_ID(
  BSTR* pbstrID
);
[C++]
HRESULT put_ID(
  BSTR pbstrID
);
[C++]

Parameters

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

Product Availability

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

See Also

ITrackingLabel Interface