Revit 2025 API
WallCreate Method |
| Name | Description | |
|---|---|---|
| Create(Document, IListCurve, Boolean) | Creates a non rectangular profile wall within the project using the default wall type. | |
| Create(Document, Curve, ElementId, Boolean) | Creates a new rectangular profile wall within the project using the default wall style. | |
| Create(Document, IListCurve, ElementId, ElementId, Boolean) | Creates a non rectangular profile wall within the project using the specified wall type. | |
| Create(Document, IListCurve, ElementId, ElementId, Boolean, XYZ) | Creates a non rectangular profile wall within the project using the specified wall type and normal vector. | |
| Create(Document, Curve, ElementId, ElementId, Double, Double, Boolean, Boolean) | Creates a new rectangular profile wall within the project using the specified wall type, height, and offset. |
See Also