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


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

IGpCursorRow2.IsInsertCursor Property

Returns if the row is from an insert cursor or not.

[Visual Basic .NET]
Public ReadOnly Property IsInsertCursor As Boolean
[C#]
public bool IsInsertCursor {get;}
[C++]
HRESULT get_IsInsertCursor(
  Boolean* isInsert
);
[C++]
Parameters
isInsert [out, retval]

isInsert is a parameter of type bool*

Product Availability

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

See Also

IGpCursorRow2 Interface