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


IItemTemplate.IntersectFootprints Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbIntersectFootprints
);
[C++]

Parameters pbIntersectFootprints [out, retval] pbIntersectFootprints is a parameter of type VARIANT_BOOL pbIntersectFootprints [in] pbIntersectFootprints is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IItemTemplate Interface