SetCopingIds Method


Family Instance Set Coping Ids Method

Specifies the set of coping cutters on this element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public bool SetCopingIds(
	ICollection<ElementId> cutters
)

Parameters

cutters ICollection ElementId
A set of coping cutters (steel beams and steel columns).

Return Value

Boolean
Exceptions
Exception Condition
ArgumentException Thrown when 'cutters' contains this instance.
InvalidOperationException Thrown when regeneration fails or if a cutter element is not a FamilyInstance.
Remarks
The set may be or empty, but may not contain the element being coped.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →