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


IJSONReader.SkipUntilObjectEnds Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONReader.SkipUntilObjectEnds Method

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

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

Product Availability

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

See Also

IJSONReader Interface