ArcObjects Library Reference (GeoDatabaseUI)  

IExportOperation.ExportFeatureClass Method

Exports the given feature class to a new feature class.

[Visual Basic .NET]
Public Sub ExportFeatureClass ( _
    ByVal inputDatasetName As IDatasetName, _
    ByVal inputQueryFilter As IQueryFilter, _
    ByVal inputSelectionSet As ISelectionSet, _
    ByVal inputGeometryDef As IGeometryDef, _
    ByVal outputFClassName As IFeatureClassName, _
    ByVal parantHWnd As Integer _
)
[C#]
public void ExportFeatureClass (
    IDatasetName inputDatasetName,
    IQueryFilter inputQueryFilter,
    ISelectionSet inputSelectionSet,
    IGeometryDef inputGeometryDef,
    IFeatureClassName outputFClassName,
    int parantHWnd
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method will not export fields with a BLOB type. To retain these fields during an export, use the geoprocessing tool FeatureClassToFeatureClass.

See Also

IExportOperation Interface