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


IExternalSerializerGdb.WriteRecordSet 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.WriteRecordSet Method
ArcGIS Developer Help

IExternalSerializerGdb.WriteRecordSet Method

Writes feature recordset.

[Visual Basic .NET]
Public Sub WriteRecordSet ( _
    ByVal propname As String, _
    ByVal pRecordset As IRecordSet, _
    ByVal pGeomOpt As IGeometryResultOptions _
)
[C#]
public void WriteRecordSet (
    string propname,
    IRecordSet pRecordset,
    IGeometryResultOptions pGeomOpt
);
[C++]
HRESULT WriteRecordSet(
  BSTR propname,
  IRecordSet* pRecordset,
  IGeometryResultOptions* pGeomOpt
);
[C++]
Parameters
propname [in]

propname is a parameter of type BSTR pRecordset [in]
pRecordset is a parameter of type IRecordSet* pGeomOpt [in]
pGeomOpt is a parameter of type IGeometryResultOptions*

Product Availability

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

See Also

IExternalSerializerGdb Interface