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


IMergeRastersFunctionArguments.Footprints Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  LPUNKNOWN* ppFootprintGeometries
);
[C++]
HRESULT putref_Footprints(
  LPUNKNOWN ppFootprintGeometries
);
[C++]

Parameters ppFootprintGeometries [out, retval] ppFootprintGeometries is a parameter of type LPUNKNOWN ppFootprintGeometries [in] ppFootprintGeometries is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IMergeRastersFunctionArguments Interface