| Revit 2020.1 API |
| ReferenceIntersector..::..SetTargetElementIds Method |
| ReferenceIntersector Class See Also |
Sets the set of ElementIds to test from in intersection testing.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public void SetTargetElementIds( ICollection<ElementId> elementIds ) |
| Visual Basic |
|---|
Public Sub SetTargetElementIds ( _ elementIds As ICollection(Of ElementId) _ ) |
| Visual C++ |
|---|
public: void SetTargetElementIds( ICollection<ElementId^>^ elementIds ) |
Parameters
- elementIds
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
The target ElementIds.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |