ArcObjects Library Reference (System)  

IJSONReader.SkipUntilArrayEnds Method

Skips the rest of the current object, including closing bracket.

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

Product Availability

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

See Also

IJSONReader Interface