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


ISimpleDataConverter.OutputFeatureDatasetName Property (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.OutputFeatureDatasetName Property
ArcGIS Developer Help

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