RemoveProfileSketch Method


Reverts an edited wall to its original shape.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2022

Syntax

C#
public void RemoveProfileSketch()
Visual Basic
Public Sub RemoveProfileSketch
Visual C++
public:
void RemoveProfileSketch()

Remarks

The wall profile is changed back to its original rectangular profile. All profile changes made in the sketch mode are discarded. To check if wall sketch can be removed call SketchId .

See Also