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


IJSONReader.CurrentTokenType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONReader.CurrentTokenType Property

Obtains type of current token.

[Visual Basic .NET]
Public ReadOnly Property CurrentTokenType As JSONTokenType
[C#]
public JSONTokenType CurrentTokenType {get;}
[C++]
HRESULT get_CurrentTokenType(
  JSONTokenType* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type JSONTokenType

Product Availability

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

See Also

IJSONReader Interface