This document is archived and information here might be outdated. Recommended version. |
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*