ArcObjects Library Reference (System)  

IJSONReader.ReadValueAsLong Method

Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.

[Visual Basic .NET]
Public Function ReadValueAsLong ( _
) As Integer
[C#]
public int ReadValueAsLong (
);
[C++]
HRESULT ReadValueAsLong(
  long* pVal
);
[C++]

Parameters

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

Product Availability

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

See Also

IJSONReader Interface