ArcObjects Library Reference (TrackingAnalyst)  

ITrackingTextLabel.LabelText Property

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

Product Availability

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

See Also

ITrackingTextLabel Interface