Creates a non rectangular profile wall within the project using the default wall type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static Wall Create(
Document document,
IList<Curve> profile,
bool structural
)
Parameters
- document Document
-
The document in which the new wall is created.
- profile IList<Curve>
-
An array of planar curves that represent the vertical profile of the wall.
- structural Boolean
-
If set, specifies that the wall is structural in nature.
Return Value
Wall
If successful a new wall object within the project.
Exceptions
See Also
Reference