This document is archived and information here might be outdated. Recommended version. |
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**