This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClipFunctionArguments Interface > IClipFunctionArguments.ClippingGeometry Property (ArcObjects .NET 10.5 SDK) |
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