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


IExternalSerializerGdb2.WriteRecordSetEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IExternalSerializerGdb2.WriteRecordSetEx Method

Writes feature recordset and returns number of records serialized.

[Visual Basic .NET]
Public Sub WriteRecordSetEx ( _
    ByVal propname As String, _
    ByVal pRecordset As IRecordSet, _
    ByVal pGeomOpt As IGeometryResultOptions, _
    ByRef recordsSerialized As Integer _
)
[C#]
public void WriteRecordSetEx (
    string propname,
    IRecordSet pRecordset,
    IGeometryResultOptions pGeomOpt,
    ref int recordsSerialized
);
[C++]
HRESULT WriteRecordSetEx(
  BSTR propname,
  IRecordSet* pRecordset,
  IGeometryResultOptions* pGeomOpt,
  long* recordsSerialized
);
[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 recordsSerialized [out] recordsSerialized is a parameter of type long

Product Availability

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

See Also

IExternalSerializerGdb2 Interface