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


ITextParser.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ITextParser.Next Method

Parses the next tag and string and sets the TextSymbol accordingly.

[Visual Basic .NET]
Public Sub Next ( _
)
[C#]
public void Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

See Also

ITextParser Interface