ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo2.ItemRaster Property

The item raster for which the seamline is being computed.

ERROR: Syntax information about ISeamlineTaskInfo2.ItemRaster may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_ItemRaster(
  IRaster** ppItemRaster
);
[C++]
HRESULT putref_ItemRaster(
  IRaster* ppItemRaster
);
[C++]

Parameters

ppItemRaster [out, retval]

  ppItemRaster is a parameter of type IRaster

ppItemRaster [in]

  ppItemRaster is a parameter of type IRaster

Product Availability

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

See Also

ISeamlineTaskInfo2 Interface