DividedPath.SetIntersectingElements Method
Set the elements whose intersection with path produces points.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetIntersectingElements( ICollection<ElementId> intersectors )
Parameters
intersectors
ICollection
<
ElementId
>
Exceptions
Exception
Condition
ArgumentException
Not all intersecting elements in intersectors are valid.
ArgumentNullException
A non-optional argument was null
See Also
Reference
DividedPath Class
Autodesk.Revit.DB Namespace