This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDataConverter2 Interface > IFeatureDataConverter2.ConvertFeatureDataset Method (ArcObjects .NET 10.4 SDK) |
Converts a featureDataset to Personal Geodatabase/Geodatabase featuredataset.
[Visual Basic .NET] Public Sub ConvertFeatureDataset ( _ ByVal inputFDatasetName As IFeatureDatasetName, _ ByVal outputFDatasetName As IFeatureDatasetName, _ ByVal OutputGeometryDef As IGeometryDef, _ ByVal configKey As String, _ ByVal FlushInterval As Integer, _ ByVal parentHWND As Integer _ )
[C#] public void ConvertFeatureDataset ( IFeatureDatasetName inputFDatasetName, IFeatureDatasetName outputFDatasetName, IGeometryDef OutputGeometryDef, string configKey, int FlushInterval, int parentHWND );
[C++]
HRESULT ConvertFeatureDataset(
IFeatureDatasetName* inputFDatasetName,
IFeatureDatasetName* outputFDatasetName,
IGeometryDef* OutputGeometryDef,
BSTR configKey,
long FlushInterval,
long parentHWND
);
[C++]
Parameters inputFDatasetName [in]
inputFDatasetName is a parameter of type IFeatureDatasetName outputFDatasetName [in]
outputFDatasetName is a parameter of type IFeatureDatasetName OutputGeometryDef [in]
OutputGeometryDef is a parameter of type IGeometryDef configKey [in] configKey is a parameter of type BSTR FlushInterval [in] FlushInterval is a parameter of type long parentHWND [in] parentHWND is a parameter of type long