ArcObjects Library Reference (GeoDatabase)  

ISimpleDataConverter.OutputFeatureDatasetName Property

The output FeatureDatasetName.

[Visual Basic .NET]
Public WriteOnly Property OutputFeatureDatasetName
[C#]
public void OutputFeatureDatasetName {set;}
[C++]
HRESULT putref_OutputFeatureDatasetName(
  IFeatureDatasetName* 
);
[C++]

Parameters

[in]

   is a parameter of type IFeatureDatasetName

Product Availability

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

See Also

ISimpleDataConverter Interface