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


ITagAction.TagText Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITagAction.TagText Property

The text tag to be appended to the data message.

[Visual Basic .NET]
Public Property TagText As String
[C#]
public string TagText {get; set;}
[C++]
HRESULT get_TagText(
  BSTR* pTagText
);
[C++]
HRESULT put_TagText(
  BSTR pTagText
);
[C++]

Parameters pTagText [out, retval] pTagText is a parameter of type BSTR pTagText [in] pTagText is a parameter of type BSTR

Product Availability

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

See Also

ITagAction Interface