This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalTable Interface > ITemporalTable.Insert Method (ArcObjects .NET 10.4 SDK) |
Returns a cursor that can be used to insert new Rows.
[Visual Basic .NET] Public Function Insert ( _ ByVal useBuffering As Boolean _ ) As ICursor
[C#] public ICursor Insert ( bool useBuffering );
[C++]
HRESULT Insert(
VARIANT_BOOL useBuffering,
ICursor** Cursor
);
[C++]
Parameters useBuffering [in] useBuffering is a parameter of type VARIANT_BOOL Cursor [out, retval]
Cursor is a parameter of type ICursor