ISeamlineModifier Interface

Provides access to members that control a seamline modifier.

Members

Name Description
Method Update Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.

ISeamlineModifier.Update Method

Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.

Public Function Update ( _
    ByVal pSeamlineTaskInfo As ISeamlineTaskInfo, _
    ByVal pTrackCancel As ITrackCancel _
) As IGeometry
public IGeometry Update (
    ISeamlineTaskInfo pSeamlineTaskInfo,
    ITrackCancel pTrackCancel
);

Classes that implement ISeamlineModifier

Classes Description
ClipFootprintToMosaic A seamline modifier that simply clips the item footprint to the aggregating mosaic geometry.
RasterRouteFinder A seamline modifier that finds a route along the difference raster.
SeamlineByDisparity A seamline modifier that finds a route that avoids surface objects.
SeamlineByEdge A seamline modifier that finds a route along the edges.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.