Specifies the set of coping cutters on this element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public bool SetCopingIds(
ICollection<ElementId> cutters
) |
| Visual Basic |
|---|
Public Function SetCopingIds ( _
cutters As ICollection(Of ElementId) _
) As Boolean |
| Visual C++ |
|---|
public:
bool SetCopingIds(
ICollection<ElementId^>^ cutters
) |
Parameters
- cutters
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
A set of coping cutters (steel beams and steel columns).
Remarks
Exceptions
See Also