IMosaicFunctionArguments Interface

Provides access to members that control mosaic function arguments.

Members

Name Description
Read/write property Boundary The mosaic boundary.
Read/write property Catalog The source catalog.
Read/write property DodgingTable The color mapping information for color correction.
Read/write property RasterInfo The raster info.
Read/write property Seamline The mosaic seamline table.
Read/write property StereoTable The stereo pair table.

IMosaicFunctionArguments.Boundary Property

The mosaic boundary.

Public Property Boundary As Object
public object Boundary {get; set;}

IMosaicFunctionArguments.Catalog Property

The source catalog.

Public Property Catalog As Object
public object Catalog {get; set;}

IMosaicFunctionArguments.DodgingTable Property

The color mapping information for color correction.

Public Property DodgingTable As Object
public object DodgingTable {get; set;}

IMosaicFunctionArguments.RasterInfo Property

The raster info.

Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}

IMosaicFunctionArguments.Seamline Property

The mosaic seamline table.

Public Property Seamline As Object
public object Seamline {get; set;}

IMosaicFunctionArguments.StereoTable Property

The stereo pair table.

Public Property StereoTable As Object
public object StereoTable {get; set;}

Classes that implement IMosaicFunctionArguments

Classes Description
MosaicFunctionArguments A class for raster mosaic function arguments.

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