| Revit 2020 API |
| FamilyInstance..::..GetCopingIds Method |
| FamilyInstance Class See Also |
Lists the elements currently used as coping cutters for this element.
Lists the elements currently used as coping cutters for this element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public ICollection<ElementId> GetCopingIds() |
| Visual Basic |
|---|
Public Function GetCopingIds As ICollection(Of ElementId) |
| Visual C++ |
|---|
public: ICollection<ElementId^>^ GetCopingIds() |