Constructs a ReferenceIntersector which is set to return intersections from any of a set of target elements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ReferenceIntersector(
ICollection<ElementId> targetElementIds,
FindReferenceTarget targetType,
View3D view3d
)
Parameters
- targetElementIds ICollection<ElementId>
-
The target element ids.
- targetType FindReferenceTarget
-
The target type of references to return.
- view3d View3D
-
The view in which to find references.
Exceptions
See Also
Reference