Revit 2026 API
Reference |
Constructs a ReferenceIntersector which is set to return intersections from all elements and representing all reference target types.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ReferenceIntersector( View3D view3d )
Public Sub New ( view3d As View3D )
public: ReferenceIntersector( View3D^ view3d )
new : view3d : View3D -> ReferenceIntersector
Parameters
- view3d View3D
- The view in which to find references.
| Exception | Condition |
|---|---|
| ArgumentException | Returns true if the view is not a view template. |
| ArgumentNullException | A non-optional argument was null |
See Also