Provides access to members that control mosaic function arguments.
Members
Name | Description | |
---|---|---|
Boundary | The mosaic boundary. | |
Catalog | The source catalog. | |
DodgingTable | The color mapping information for color correction. | |
RasterInfo | The raster info. | |
Seamline | The mosaic seamline table. | |
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. |