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


ISeamlineTaskInfo.ItemGeometry Property (ArcObjects .NET 10.4 SDK)
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