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