Revit 2026 API
FloorGet |
Gets a SlabShapeEditor that can be used to add or modify points of this Floor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SlabShapeEditor GetSlabShapeEditor()
Public Function GetSlabShapeEditor As SlabShapeEditor
public: SlabShapeEditor^ GetSlabShapeEditor()
member GetSlabShapeEditor : unit -> SlabShapeEditor
Return Value
SlabShapeEditorThe SlabShapeEditor object
See Also