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


IBuilderItem.Footprint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface > IBuilderItem.Footprint Property
ArcGIS Developer Help

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