SlabShapeEditorResetSlabShape Method |
Removes the modifications made during editing and resets the element geometry back to the unmodified state.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void ResetSlabShape()
Public Sub ResetSlabShape
public:
void ResetSlabShape()
member ResetSlabShape : unit -> unit
RemarksCalling this method will reset the slab back to its original state and disable Slab Shape Editing. If further
editing is needed, call Enable again.
See Also