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


ITextParserSupport.TextParser Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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