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


IExternalSerializerGdb.WriteRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb Interface > IExternalSerializerGdb.WriteRow Method
ArcGIS Developer Help

IExternalSerializerGdb.WriteRow Method

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,
  SafeArray 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 SAFEARRAY(long) pGeomOpt [in]
pGeomOpt is a parameter of type IGeometryResultOptions*

Product Availability

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

See Also

IExternalSerializerGdb Interface