This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo Interface > ISeamlineTaskInfo.MosaicGeometry Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ppMosaicGeometry is a parameter of type IGeometry ppMosaicGeometry [in]
ppMosaicGeometry is a parameter of type IGeometry