<Code Lib>
2026 Method
Changes 0
M

FamilyItemFactory.NewSymbolicCurve

Description:
Create a symbolic curve in an Autodesk Revit family document.

public SymbolicCurve NewSymbolicCurve(
	Curve curve,
	SketchPlane sketchPlane
)

  • curve
    The geometry curve of the newly created symbolic curve.
  • sketchPlane
    The sketch plane for the symbolic curve.
Return Value SymbolicCurve The newly created symbolic curve.

Loading…