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


ISimpleDataConverter.Convert Method (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 > ISimpleDataConverter.Convert Method
ArcGIS Developer Help

ISimpleDataConverter.Convert Method

Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.

[Visual Basic .NET]
Public Function Convert ( _
) As IEnumInvalidObject
[C#]
public IEnumInvalidObject Convert (
);
[C++]
HRESULT Convert(
void
);

Product Availability

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

See Also

ISimpleDataConverter Interface