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


ITextParser.HasTags Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextParser Interface > ITextParser.HasTags Method
ArcGIS Developer Help

ITextParser.HasTags Method

Returns true if the text contains tags and false if it does not.

[Visual Basic .NET]
Public Sub HasTags ( _
    ByRef HasTags As Boolean _
)
[C#]
public void HasTags (
    ref bool HasTags
);
[C++]
HRESULT HasTags(
  Boolean* HasTags
);
[C++]
Parameters
HasTags 

HasTags is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITextParser Interface