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


IRasterOpBase.AddOutputDatasetName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterOpBase Interface > IRasterOpBase.AddOutputDatasetName Method
ArcGIS Developer Help

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