Removes references from the connection.
All references in an array should belong to the connection.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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
See Also