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


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

IExportItemsParameters.ClippingGeometry Property

The clipping geometry.

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

ppGeometry is a parameter of type IGeometry* ppGeometry [out, retval]
ppGeometry is a parameter of type IGeometry**

Product Availability

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

See Also

IExportItemsParameters Interface