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


IInternalTable.AddRow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IInternalTable.AddRow Method

Adds a row to the temporal table.

[Visual Basic .NET]
Public Function AddRow ( _
    ByVal piDataMessage As IDataMessage _
) As Integer
[C#]
public int AddRow (
    IDataMessage piDataMessage
);
[C++]
HRESULT AddRow(
  IDataMessage* piDataMessage,
  long* plRowID
);
[C++]

Parameters piDataMessage [in]
piDataMessage is a parameter of type IDataMessage plRowID [out, retval] plRowID is a parameter of type long

Product Availability

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

See Also

IInternalTable Interface