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


ISimpleDataConverter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleDataConverter Interface
ArcGIS Developer Help

ISimpleDataConverter Interface

Provides access to members used for data conversions. Note: the ISimpleDataConverter interface has been superseded by ISimpleDataConverter2. Please consider using the more recent version.

Product Availability

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

Description

ISimpleDataConverter is a helper interface for IFeatureDataConverter. Do not use this interface if you want to convert or export data, use IFeatureDataConverter.

Members

Name Description
Write-only property ConfigurationKeyword The configuration keyword for the new FeatureClass.
Method Convert Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.
Write-only property FlushInterval The flushing interval for sde FeatureClass.
Write-only property InputDatasetName The input DatasetName, FeatureClass or table.
Write-only property InputQueryFilter The input QueryFilter.
Write-only property IsFeatureTypeSimple The property to preserve the inputFeatureType in the output.
Write-only property OutputDatasetName The output object class Name (optional).
Write-only property OutputFeatureDatasetName The output FeatureDatasetName.
Write-only property OutputFields The output fields for the input FeatureClass.
Write-only property OutputGeometryDef The GeometryDef (optional) for the output FeatureDatasetName.
Write-only property ParentWindowHandle The parent hWnd.
Method Reset Reset all the properties associated with the simple data converter.

Classes that implement ISimpleDataConverter

Classes Description
SimpleDataConverter Convert a set of shape files into Access or SDE.