This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClipFunctionArguments2 Interface > IClipFunctionArguments2.ClippingRaster Property (ArcObjects .NET 10.4 SDK) |
The clipping raster object.
[Visual Basic .NET] Public Property ClippingRaster As Object
[C#] public object ClippingRaster {get; set;}
[C++]
HRESULT get_ClippingRaster(
LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_ClippingRaster(
LPUNKNOWN ppRaster
);
[C++]
Parameters ppRaster [out, retval] ppRaster is a parameter of type LPUNKNOWN ppRaster [in] ppRaster is a parameter of type LPUNKNOWN