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


IRasterTypeOperation.ClipDatasetToItemFootprint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeOperation Interface > IRasterTypeOperation.ClipDatasetToItemFootprint Method
ArcGIS Developer Help

IRasterTypeOperation.ClipDatasetToItemFootprint Method

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*

Product Availability

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

See Also

IRasterTypeOperation Interface