ArcObjects Library Reference (DataSourcesRaster)  

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