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


IGpCursorRow.SetNull Method (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.SetNull Method
ArcGIS Developer Help

IGpCursorRow.SetNull Method

Sets the value of the specified field to NULL in the row object.

[Visual Basic .NET]
Public Sub SetNull ( _
    ByVal Field As String _
)
[C#]
public void SetNull (
    string Field
);
[C++]
HRESULT SetNull(
  BSTR Field
);
[C++]
Parameters
Field [in]

Field is a parameter of type BSTR

Product Availability

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

See Also

IGpCursorRow Interface