RVTDocs.com

FamilyItemFactory.NewSymbolicCurve

Method
Description:
Create a symbolic curve in an Autodesk Revit family document.
Syntax
public SymbolicCurve NewSymbolicCurve(
	Curve curve,
	SketchPlane sketchPlane
)
Parameters
Parameter Type Description
curve Curve The geometry curve of the newly created symbolic curve.
sketchPlane SketchPlane The sketch plane for the symbolic curve.
Return Value
Type Description
SymbolicCurve The newly created symbolic curve.
Exceptions
Exception Condition
ArgumentNullException Thrown when argument is.
InvalidOperationException Thrown when regeneration failed. Thrown when symbolic curve creation failed.