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


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

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

ppItemGeometry is a parameter of type IGeometry* ppItemGeometry [out, retval]
ppItemGeometry is a parameter of type IGeometry**

Product Availability

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

See Also

ISeamlineTaskInfo Interface