This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingTextLabel Interface > ITrackingTextLabel.ID Property (ArcObjects .NET 10.4 SDK) |
Label Identifier.
[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