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


IPlugInDatasetLoader.InsertRow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetLoader.InsertRow Method

[Visual Basic .NET]
Public Sub InsertRow ( _
    ByVal Row As IRowBuffer _
)
[C#]
public void InsertRow (
    IRowBuffer Row
);
[C++]
HRESULT InsertRow(
  IRowBuffer* Row
);
[C++]

Parameters Row [in]
Row is a parameter of type IRowBuffer

Product Availability

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

See Also

IPlugInDatasetLoader Interface