DividedPath.SetIntersectingElements Method

DividedPathSetIntersectingElements Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public 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
 
See Also