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


IRasterOpBase.OutputDatasetNameArray Property (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.OutputDatasetNameArray Property
ArcGIS Developer Help

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