This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextParser Interface > ITextParser.HasTags Method (ArcObjects .NET 10.4 SDK) |
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