Revit 2026 API
WallCreate(Document, IListCurve, Element |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Wall Create( Document document, IList<Curve> profile, ElementId wallTypeId, ElementId levelId, bool structural )
Public Shared Function Create ( document As Document, profile As IList(Of Curve), wallTypeId As ElementId, levelId As ElementId, structural As Boolean ) As Wall
public: static Wall^ Create( Document^ document, IList<Curve^>^ profile, ElementId^ wallTypeId, ElementId^ levelId, bool structural )
static member Create : document : Document * profile : IList<Curve> * wallTypeId : ElementId * levelId : ElementId * structural : bool -> Wall
Parameters
Return Value
WallSee Also