FamilyInstance.GetCopingIds Method

FamilyInstanceGetCopingIds Method

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

ICollectionElementId
The coping ElementIds
See Also