Revit 2025.3 API
Family |
Lists the elements currently used as coping cutters for this element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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