This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow2 Interface > IGpCursorRow2.IsInsertCursor Property (ArcObjects .NET 10.5 SDK) |
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