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


ITemporalTable.Insert Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters useBuffering [in]
useBuffering is a parameter of type bool

Product Availability

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

See Also

ITemporalTable Interface