This document is archived and information here might be outdated. Recommended version. |
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