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


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

ISimpleDataConverter.InputDatasetName Property

The input DatasetName, FeatureClass or table.

[Visual Basic .NET]
Public WriteOnly Property InputDatasetName
[C#]
public void InputDatasetName {set;}
[C++]
HRESULT putref_InputDatasetName(
  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