This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONObject Interface > IJSONObject.IsValueNull Method (ArcObjects .NET 10.5 SDK) |
Returns VARIANT_TRUE if member is undefined or member's value is null. Returns VARIANT_FALSE if member exists and its value is not null.
[Visual Basic .NET] Public Function IsValueNull ( _ ByVal Name As String _ ) As Boolean
[C#] public bool IsValueNull ( string Name );
[C++]
HRESULT IsValueNull(
BSTR Name,
VARIANT_BOOL* IsNull
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR IsNull [out, retval] IsNull is a parameter of type VARIANT_BOOL