ReferenceIntersector.SetTargetElementIds Method

ReferenceIntersectorSetTargetElementIds Method

Sets the set of ElementIds to test from in intersection testing.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetTargetElementIds(
	ICollection<ElementId> elementIds
)
Public Sub SetTargetElementIds ( 
	elementIds As ICollection(Of ElementId)
)
public:
void SetTargetElementIds(
	ICollection<ElementId^>^ elementIds
)
member SetTargetElementIds : 
        elementIds : ICollection<ElementId> -> unit 

Parameters

elementIds  ICollectionElementId
The target ElementIds.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also