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