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


IMergeRastersFunctionArguments.Footprints Property (ArcObjects .NET 10.6 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(
  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