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


IRasterOpBase.AddOutputDatasetName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterOpBase.AddOutputDatasetName Method

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.

See Also

IRasterOpBase Interface

.NET Related Topics

Data processing in spatial analysis operations