This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeOperation Interface > IRasterTypeOperation.ClipDatasetToItemFootprint Method (ArcObjects .NET 10.5 SDK) |
Clips the raster dataset to the associated footprint geometry referenced by the with specified builder item.
[Visual Basic .NET] Public Sub ClipDatasetToItemFootprint ( _ ByVal pBuilderItem As IBuilderItem _ )
[C#] public void ClipDatasetToItemFootprint ( IBuilderItem pBuilderItem );
[C++]
HRESULT ClipDatasetToItemFootprint(
IBuilderItem* pBuilderItem
);
[C++]
Parameters pBuilderItem [in]
pBuilderItem is a parameter of type IBuilderItem