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