ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem.Footprint Property

The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset. The footprint geometry may have a coordinate system different from the corresponding dataset.

[Visual Basic .NET]
Public Property Footprint As IGeometry
[C#]
public IGeometry Footprint {get; set;}
[C++]
HRESULT get_Footprint(
  IGeometry** ppFootprint
);
[C++]
HRESULT putref_Footprint(
  IGeometry* ppFootprint
);
[C++]

Parameters

ppFootprint [out, retval]

  ppFootprint is a parameter of type IGeometry

ppFootprint [in]

  ppFootprint is a parameter of type IGeometry

Product Availability

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

See Also

IBuilderItem Interface