ArcObjects Library Reference (Display)  

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(
  VARIANT_BOOL* HasTags
);
[C++]

Parameters

HasTags   HasTags is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITextParser Interface