This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMergeRastersFunctionArguments Interface > IMergeRastersFunctionArguments.Footprints Property (ArcObjects .NET 10.4 SDK) |
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