Share

FamilyInstance.SetCopingIds Method

Specifies the set of coping cutters on this element.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool SetCopingIds(
	ICollection<ElementId> cutters
)

Parameters

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

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentExceptionThrown when 'cutters' contains this instance.
InvalidOperationExceptionThrown when regeneration fails or if a cutter element is not a FamilyInstance.

Remarks

The set may be null or empty, but may not contain the element being coped.

See Also

Reference

Was this information helpful?