| Revit 2020 API |
| StructuralConnectionHandler..::..RemoveReferences Method |
| StructuralConnectionHandler Class See Also |
Removes references from the connection.
All references in an array should belong to the connection.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public void RemoveReferences( IList<Reference> picks ) |
| Visual Basic |
|---|
Public Sub RemoveReferences ( _ picks As IList(Of Reference) _ ) |
| Visual C++ |
|---|
public: void RemoveReferences( IList<Reference^>^ picks ) |
Parameters
- picks
- Type: System.Collections.Generic..::..IList<(Of <(<'Reference>)>)>
The array containing picks to be removed.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | One or more picks was not permitted to be removed from the connection. Picks should be members of the connection. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |