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


ISeamlineTaskInfo2.ItemRaster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo2 Interface > ISeamlineTaskInfo2.ItemRaster Property
ArcGIS Developer Help

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 [in]

ppItemRaster is a parameter of type IRaster* ppItemRaster [out, retval]
ppItemRaster is a parameter of type IRaster**

Product Availability

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

See Also

ISeamlineTaskInfo2 Interface