WallRemoveProfileSketch Method |
Reverts an edited wall to its original shape.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveProfileSketch()
Public Sub RemoveProfileSketch
public:
void RemoveProfileSketch()
member RemoveProfileSketch : unit -> unit
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