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


IFeatureDataConverter2.ConvertFeatureDataset Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureDataConverter2.ConvertFeatureDataset Method

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

Product Availability

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

See Also

IFeatureDataConverter2 Interface