Revit 2026 API
Family |
Lists the elements currently used as coping cutters for this element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetCopingIds()
Public Function GetCopingIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetCopingIds()
member GetCopingIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe coping ElementIds
See Also