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


ITemporalTable.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalTable.Insert Method

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

Product Availability

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

See Also

ITemporalTable Interface