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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.