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

FamilyInstance.SetCopingIds

Method
Description:
Specifies the set of coping cutters on this element.
Remarks:
The set may be null or empty, but may not contain the element being coped.
Syntax
public bool SetCopingIds(
	ICollection<ElementId> cutters
)
Parameters
Parameter Type Description
cutters ICollection A set of coping cutters (steel beams and steel columns).
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when 'cutters' contains this instance.
InvalidOperationException Thrown when regeneration fails or if a cutter element is not a FamilyInstance.