Revit 2025 API
Fabric |
Retrieves the identifiers of the set of curves forming the boundary of the Fabric Area.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ElementId> GetBoundaryCurveIds()
Public Function GetBoundaryCurveIds As IList(Of ElementId)
public: IList<ElementId^>^ GetBoundaryCurveIds()
member GetBoundaryCurveIds : unit -> IList<ElementId>
Return Value
IListElementIdA collection of ElementIds of FabricAreaCurve elements.

Each ElementId in the collection is an Id of an Element of type CurveElem.
See Also