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


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

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(
  System.String* 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