IClipFunctionArguments Interface

Provides access to members that control raster clipping function arguments.

Members

Name Description
Read/write property ClippingGeometry The clipping geometry.
Read/write property ClippingType The raster clipping type.
Read/write property Extent The output extent.
Read/write property 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.

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