Populates the array with copies of curves in the sketch.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void GetSketchCurves( out IList<Curve> curveArray )
Parameters
- curveArray IList<Curve>%
- Curves in the sketch. Tags of the curves are consistent with the curve tags used in part keys.
