ArcObjects Library Reference (DataSourcesRaster)  

IClipFunctionArguments.ClippingGeometry Property

The clipping geometry.

[Visual Basic .NET]
Public Property ClippingGeometry As IGeometry
[C#]
public IGeometry ClippingGeometry {get; set;}
[C++]
HRESULT get_ClippingGeometry(
  IGeometry** ppClippingGeometry
);
[C++]
HRESULT putref_ClippingGeometry(
  IGeometry* ppClippingGeometry
);
[C++]

Parameters

ppClippingGeometry [out, retval]

  ppClippingGeometry is a parameter of type IGeometry

ppClippingGeometry [in]

  ppClippingGeometry is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IClipFunctionArguments Interface

.NET Related Topics

How to create a Clip function dataset