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


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

ITemporalTable.CreateRow Method

Creates a row in the database with a system assigned object ID and null property values.

[Visual Basic .NET]
Public Function CreateRow ( _
) As IRow
[C#]
public IRow CreateRow (
);
[C++]
HRESULT CreateRow(
  IRow** row
);
[C++]

Parameters row [out, retval]
row is a parameter of type IRow

Product Availability

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

See Also

ITemporalTable Interface