This document is archived and information here might be outdated.  Recommended version.


ITrackingTextLabel.LabelText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingTextLabel Interface > ITrackingTextLabel.LabelText Property
ArcGIS Developer Help

ITrackingTextLabel.LabelText Property

Defines label text.

[Visual Basic .NET]
Public Property LabelText As String
[C#]
public string LabelText {get; set;}
[C++]
HRESULT get_LabelText(
  System.String* 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