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. Requires Tracking Analyst Extension.