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


ITextParserSupport.TextParser Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextParserSupport Interface > ITextParserSupport.TextParser Property
ArcGIS Developer Help

ITextParserSupport.TextParser Property

The text parser.

[Visual Basic .NET]
Public Property TextParser As ITextParser
[C#]
public ITextParser TextParser {get; set;}
[C++]
HRESULT get_TextParser(
  ITextParser** parser
);
[C++]
HRESULT putref_TextParser(
  ITextParser* parser
);
[C++]
Parameters
parser [out, retval]

parser is a parameter of type ITextParser** parser [in]
parser is a parameter of type ITextParser*

Product Availability

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

See Also

ITextParserSupport Interface