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