This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingTextLabel Interface > ITrackingTextLabel.LabelText Property (ArcObjects .NET 10.4 SDK) |
Defines label text.
[Visual Basic .NET] Public Property LabelText As String
[C#] public string LabelText {get; set;}
[C++]
HRESULT get_LabelText(
BSTR* pbstrLabelText
);
[C++]
HRESULT put_LabelText(
BSTR pbstrLabelText
);
[C++]
Parameters pbstrLabelText [out, retval] pbstrLabelText is a parameter of type BSTR pbstrLabelText [in] pbstrLabelText is a parameter of type BSTR