DividedPathSetIntersectingElements Method |
Set the elements whose intersection with path produces points.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetIntersectingElements(
ICollection<ElementId> intersectors
)
Public Sub SetIntersectingElements (
intersectors As ICollection(Of ElementId)
)
public:
void SetIntersectingElements(
ICollection<ElementId^>^ intersectors
)
member SetIntersectingElements :
intersectors : ICollection<ElementId> -> unit
Parameters
- intersectors ICollectionElementId
-
Exceptions
See Also