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


IGpCursorRow2.IsInsertCursor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* isInsert
);
[C++]

Parameters isInsert [out, retval] isInsert is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGpCursorRow2 Interface