This document is archived and information here might be outdated. Recommended version. |
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 );
This method will not export fields with a BLOB type. To retain these fields during an export, use the geoprocessing tool FeatureClassToFeatureClass.