This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterOpBase Interface > IRasterOpBase.AddOutputDatasetName Method (ArcObjects .NET 10.4 SDK) |
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