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


IMergeRastersFunctionArguments.Footprints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMergeRastersFunctionArguments Interface > IMergeRastersFunctionArguments.Footprints Property
ArcGIS Developer Help

IMergeRastersFunctionArguments.Footprints Property

The optional list of matching footprints to which each corresponding raster is clipped.

[Visual Basic .NET]
Public Property Footprints As Object
[C#]
public object Footprints {get; set;}
[C++]
HRESULT get_Footprints(
  IUnknown Pointer* ppFootprintGeometries
);
[C++]
HRESULT putref_Footprints(
  LPUNKNOWN ppFootprintGeometries
);
[C++]
Parameters
ppFootprintGeometries [out, retval]

ppFootprintGeometries is a parameter of type IUnknown* ppFootprintGeometries [in]
ppFootprintGeometries is a parameter of type IUnknown

Product Availability

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

See Also

IMergeRastersFunctionArguments Interface