<Code Lib>
2024 Method
Changes 0
M

FabricArea.GetBoundaryCurveIds

Description:
Retrieves the identifiers of the set of curves forming the boundary of the Fabric Area.
Remarks:
Each ElementId in the collection is an Id of an Element of type CurveElem.

public IList<ElementId> GetBoundaryCurveIds()

IList<ElementId> A collection of ElementIds of FabricAreaCurve elements.

Loading…