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


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

ISimpleDataConverter.OutputDatasetName Property

The output object class Name (optional).

[Visual Basic .NET]
Public WriteOnly Property OutputDatasetName
[C#]
public void OutputDatasetName {set;}
[C++]
HRESULT putref_OutputDatasetName(
  IDatasetName* 
);
[C++]
Parameters
 [in]

is a parameter of type IDatasetName*

Product Availability

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

See Also

ISimpleDataConverter Interface