ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo.ItemGeometry Property

The footprint geometry of the item for which the seamline is being computed.

[Visual Basic .NET]
Public Property ItemGeometry As IGeometry
[C#]
public IGeometry ItemGeometry {get; set;}
[C++]
HRESULT get_ItemGeometry(
  IGeometry** ppItemGeometry
);
[C++]
HRESULT putref_ItemGeometry(
  IGeometry* ppItemGeometry
);
[C++]

Parameters

ppItemGeometry [out, retval]

  ppItemGeometry is a parameter of type IGeometry

ppItemGeometry [in]

  ppItemGeometry is a parameter of type IGeometry

Product Availability

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

See Also

ISeamlineTaskInfo Interface