PartMakerMethodToDivideVolumesGetSketchCurves Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void GetSketchCurves(
out IList<Curve> curveArray
)
Public Sub GetSketchCurves (
<OutAttribute> ByRef curveArray As IList(Of Curve)
)
public:
void GetSketchCurves(
[OutAttribute] IList<Curve^>^% curveArray
)
member GetSketchCurves :
curveArray : IList<Curve> byref -> unit
Parameters
- curveArray IListCurve
-
See Also