This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb Interface > IExternalSerializerGdb.WriteRow Method (ArcObjects .NET 10.5 SDK) |
Writes feature row object
[Visual Basic .NET] Public Sub WriteRow ( _ ByVal propname As String, _ ByVal pRow As IRow, _ ByVal pFields As IFields, _ ByVal rowFieldIndexes As Int32[], _ ByVal pGeomOpt As IGeometryResultOptions _ )
[C#] public void WriteRow ( string propname, IRow pRow, IFields pFields, Int32[] rowFieldIndexes, IGeometryResultOptions pGeomOpt );
[C++]
HRESULT WriteRow(
BSTR propname,
IRow* pRow,
IFields* pFields,
rowFieldIndexes rowFieldIndexes,
IGeometryResultOptions* pGeomOpt
);
[C++]
Parameters propname [in] propname is a parameter of type BSTR pRow [in]
pRow is a parameter of type IRow pFields [in]
pFields is a parameter of type IFields rowFieldIndexes [in] rowFieldIndexes is a parameter of type pGeomOpt [in]
pGeomOpt is a parameter of type IGeometryResultOptions