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


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

ISeamlineTaskInfo3.BaseSeamline Property

The base seamline which is used to create the final seamline.

[Visual Basic .NET]
Public Property BaseSeamline As IGeometry
[C#]
public IGeometry BaseSeamline {get; set;}
[C++]
HRESULT get_BaseSeamline(
  IGeometry* pMosaicGeometry
);
[C++]
HRESULT putref_BaseSeamline(
  IGeometry** pMosaicGeometry
);
[C++]
Parameters
pMosaicGeometry [in]

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

Product Availability

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

See Also

ISeamlineTaskInfo3 Interface