ArcObjects Library Reference (DataSourcesRaster)  

IMergeRastersFunctionArguments.Rasters Property

The list of rasters.

[Visual Basic .NET]
Public Property Rasters As Object
[C#]
public object Rasters {get; set;}
[C++]
HRESULT get_Rasters(
  LPUNKNOWN* ppRasters
);
[C++]
HRESULT putref_Rasters(
  LPUNKNOWN ppRasters
);
[C++]

Parameters

ppRasters [out, retval]   ppRasters is a parameter of type LPUNKNOWN ppRasters [in]   ppRasters is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IMergeRastersFunctionArguments Interface