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


IJSONReader.SkipUntilArrayEnds Method (ArcObjects .NET 10.5 SDK)
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