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


IItemTemplate.IntersectFootprints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate Interface > IItemTemplate.IntersectFootprints Property
ArcGIS Developer Help

IItemTemplate.IntersectFootprints Property

Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.

[Visual Basic .NET]
Public Property IntersectFootprints As Boolean
[C#]
public bool IntersectFootprints {get; set;}
[C++]
HRESULT get_IntersectFootprints(
  VARIANT_BOOL pbIntersectFootprints
);
[C++]
HRESULT put_IntersectFootprints(
  Boolean* pbIntersectFootprints
);
[C++]
Parameters
pbIntersectFootprints [in]

pbIntersectFootprints is a parameter of type bool pbIntersectFootprints [out, retval]
pbIntersectFootprints is a parameter of type bool*

Product Availability

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

See Also

IItemTemplate Interface