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.