Adds a coping (cut) to a steel beam.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool AddCoping( FamilyInstance cutter )
Parameters
- cutter FamilyInstance
- A steel beam or column. May not be null or itself.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when 'cutter' is null. |
ArgumentException | Thrown when 'cutter' refers to this instance. |
InvalidOperationException | Thrown when regeneration fails. |