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


IJSONReader.IsNull Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader Interface > IJSONReader.IsNull Method
ArcGIS Developer Help

IJSONReader.IsNull Method

Indicates true if current token is a property value or array value and equals to null.

[Visual Basic .NET]
Public Function IsNull ( _
) As Boolean
[C#]
public bool IsNull (
);
[C++]
HRESULT IsNull(
void
);

Product Availability

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

See Also

IJSONReader Interface