ReferenceIntersector(ElementId, FindReferenceTarget, View3D)
Constructor
Description:
Constructs a ReferenceIntersector which is set to return intersections from a single target element only.
Constructs a ReferenceIntersector which is set to return intersections from a single target element only.
Syntax
public ReferenceIntersector(
ElementId targetElementId,
FindReferenceTarget targetType,
View3D view3d
)
Parameters
Parameter | Type | Description |
---|---|---|
targetElementId | ElementId | The target element id. |
targetType | FindReferenceTarget | The target type of references to return. |
view3d | View3D | The view in which to find references. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Returns true if the view is not a view template. |
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |