This document is archived and information here might be outdated.  Recommended version.


ICachedRasterFunctionArguments.ClippingGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICachedRasterFunctionArguments Interface > ICachedRasterFunctionArguments.ClippingGeometry Property
ArcGIS Developer Help

ICachedRasterFunctionArguments.ClippingGeometry Property

The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset.

[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

ICachedRasterFunctionArguments Interface