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


IJSONReader3.ReadValueAsUInt64 Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IJSONReader3.ReadValueAsUInt64 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 ReadValueAsUInt64 ( _
) As Long
[C#]
public ulong ReadValueAsUInt64 (
);
[C++]
HRESULT ReadValueAsUInt64(
void
);

Product Availability

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

See Also

IJSONReader3 Interface