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


ISeamlineTaskInfo.MosaicGeometry 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.MosaicGeometry Property
ArcGIS Developer Help

ISeamlineTaskInfo.MosaicGeometry Property

The geometry of the mosaic built using all items that appear below the selected item.

[Visual Basic .NET]
Public Property MosaicGeometry As IGeometry
[C#]
public IGeometry MosaicGeometry {get; set;}
[C++]
HRESULT get_MosaicGeometry(
  IGeometry* ppMosaicGeometry
);
[C++]
HRESULT putref_MosaicGeometry(
  IGeometry** ppMosaicGeometry
);
[C++]
Parameters
ppMosaicGeometry [in]

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

Product Availability

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

See Also

ISeamlineTaskInfo Interface