Revit 2025.3 API
WallCreate |
Creates a new Wall profile Sketch.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Sketch CreateProfileSketch()
Public Function CreateProfileSketch As Sketch
public: Sketch^ CreateProfileSketch()
member CreateProfileSketch : unit -> Sketch
Return Value
SketchCreated profile Sketch of the Wall.
| Exception | Condition |
|---|---|
| InvalidOperationException | Wall does not support profile Sketch as it is not a straight wall; or is tapered; or it is an old curtain wall; or it is an infill wall; or it is a replacement curtain panel. -or- Wall already has a sketch. |
The loop of the sketch cannot be obtained until regeneration.
To regenerate the document use Regenerate.
To edit the Wall profile use [!:Autodesk::Revit::DB::SketchEditScope].
See Also