RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FamilyInstance

FamilyInstance.RemoveCoping

Method
Description:
Removes a coping (cut) from a steel beam.
Remarks:
This function corresponds to Tools -> Remove coping in Revit Structure.
Syntax
public bool RemoveCoping(
	FamilyInstance cutter
)
Parameters
Parameter Type Description
cutter FamilyInstance A steel beam or column for which this beam currently has a coping cut. May not be <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTC6805866_1"></span></span> or itself.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when 'cutter' is.
ArgumentException Thrown when 'cutter' refers to this instance.
InvalidOperationException Thrown when regeneration fails.