Create Method (Document, IList(Curve), Boolean)


Wall Create(Document, IList Curve , Boolean) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static Wall Create(
	Document document,
	IList<Curve> profile,
	bool structural
)

Parameters

document Document
profile IList Curve
structural Boolean

Return Value

Wall
See Also