FabricAreaCopyCurveLoopsInSketch Method

Creates copies of the CurveLoops in the FabricArea sketch.

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

Return Value

IListCurveLoop
The copy of the curve loops.
See Also