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


IRasterOpBase.OutputDatasetNameArray Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterOpBase.OutputDatasetNameArray Property

Puts output name array.

[Visual Basic .NET]
Public WriteOnly Property OutputDatasetNameArray
[C#]
public void OutputDatasetNameArray {set;}
[C++]
HRESULT putref_OutputDatasetNameArray(
  IArray* 
);
[C++]

Parameters [in]
is a parameter of type IArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterOpBase Interface