Removes a coping (cut) from a steel beam.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool RemoveCoping( FamilyInstance cutter )
Parameters
- cutter FamilyInstance
- A steel beam or column for which this beam currently has a coping cut. May not be nullptr or itself.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when 'cutter' is nullptr. |
ArgumentException | Thrown when 'cutter' refers to this instance. |
InvalidOperationException | Thrown when regeneration fails. |