ReferenceIntersectorSetTargetElementIds Method |
Sets the set of ElementIds to test from in intersection testing.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
See Also