Provides access to members that control raster clipping function arguments.
Members
Name | Description | |
---|---|---|
ClippingGeometry | The clipping geometry. | |
ClippingType | The raster clipping type. | |
Extent | The output extent. | |
Raster | The source raster object. |
IClipFunctionArguments.ClippingGeometry Property
The clipping geometry.
Public Property ClippingGeometry As IGeometry
public IGeometry ClippingGeometry {get; set;}
IClipFunctionArguments.ClippingType Property
The raster clipping type.
Public Property ClippingType As esriRasterClippingType
public esriRasterClippingType ClippingType {get; set;}
IClipFunctionArguments.Extent Property
The output extent.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
IClipFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IClipFunctionArguments
Classes | Description |
---|---|
ClipFunctionArguments | The class for a raster clipping function arguments. |