ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo2.ItemRaster Property

The item raster for which the seamline is being computed.

[Visual Basic .NET]
Public Property ItemRaster As IRaster
[C#]
public IRaster ItemRaster {get; set;}
[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