Provides access to members that control mosaicrasters function arguments.
Members
Name | Description | |
---|---|---|
MosaicType | The current mosaic type. | |
Rasters | The list of rasters. |
IMosaicRastersFunctionArguments.MosaicType Property
The current mosaic type.
Public Property MosaicType As rstMosaicOperatorType
public rstMosaicOperatorType MosaicType {get; set;}
IMosaicRastersFunctionArguments.Rasters Property
The list of rasters.
Public Property Rasters As Object
public object Rasters {get; set;}
Classes that implement IMosaicRastersFunctionArguments
Classes | Description |
---|---|
MosaicRastersFunctionArguments | A class for mosaicrasters function arguments. |