Adds an output dataset name to the specified index.
[Visual Basic .NET] Public Sub AddOutputDatasetName ( _ ByVal index As Integer, _ ByVal pOutName As IDatasetName _ )
[C#] public void AddOutputDatasetName ( int index, IDatasetName pOutName );
[C++]
HRESULT AddOutputDatasetName(
long index,
IDatasetName* pOutName
);
[C++]Parameters
index [in] index is a parameter of type long pOutName [in]pOutName is a parameter of type IDatasetName
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.