ArcObjects Library Reference (System)  

IJSONReader.IsStartOfObject Method

Indicates true if current token is '{'.

[Visual Basic .NET]
Public Function IsStartOfObject ( _
) As Boolean
[C#]
public bool IsStartOfObject (
);
[C++]
HRESULT IsStartOfObject(
  VARIANT_BOOL* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IJSONReader Interface