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


IMosaicRastersFunctionArguments.Rasters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRastersFunctionArguments Interface > IMosaicRastersFunctionArguments.Rasters Property
ArcGIS Developer Help

IMosaicRastersFunctionArguments.Rasters Property

The list of rasters.

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

ppRasters is a parameter of type IUnknown* ppRasters [in]
ppRasters is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicRastersFunctionArguments Interface