FabricAreaCopyCurveLoopsInSketch Method

Creates copies of the CurveLoops in the FabricArea sketch.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<CurveLoop> CopyCurveLoopsInSketch()

Return Value

IListCurveLoop
The copy of the curve loops.
See Also