This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLabel Interface > ITrackingLabel.ID Property (ArcObjects .NET 10.5 SDK) |
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