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


IGpCursorRow.IsNull Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow Interface > IGpCursorRow.IsNull Property
ArcGIS Developer Help

IGpCursorRow.IsNull Property

Indicates whether or not the value of the specified field in the row object is NULL.

[Visual Basic .NET]
Public Function get_IsNull ( _
    ByVal Field As String _
) As Boolean
[C#]
public bool get_IsNull (
    string Field
);
[C++]
HRESULT get_IsNull(
  BSTR Field,
  Boolean* IsNull
);
[C++]
Parameters
Field [in]

Field is a parameter of type BSTR IsNull [out, retval]
IsNull is a parameter of type bool*

Product Availability

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

See Also

IGpCursorRow Interface