EditModeType Enumeration

Identifies the possible edit modes that could be active in Revit.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum EditModeType
Members
Member nameValueDescription
Assembly19 Editing of an assembly.
CircuitGroup7 Editing of an electrical circuit.
CopyMonitor8 Copy monitor editing mode.
Displacement24 Editing of a displacement element.
Division20 Edit mode used when dividing part elements.
FabricationPartRoute25 Editing of a fabrication part route.
Group5 Group editing mode.
IndividualBarEdit30 Edit mode used during editing the individual bars of reinforcement elements (e.g. move, rotate, remove, include).
InPlaceFamily1 Edit mode used when editing an In-Place Family.
InsulationLining15 Editing of an insulation or lining objects.
JustifySlopeRouteEditor16 Editing of a sloped sketch in a pipe system.
LayoutPath12 Editing of a layout path for duct or pipe systems.
LightGroup14 Editing of a light group.
MergedPart21 Edit mode used when editing a merged part.
MultiSketchElem4 Top level edit mode for certain multi-sketch elements. E.g. for sweeps, this is the mode entered after clicking the button to edit or create a sweep, but before editing either the path or profile sketches.
MultistoryStairsConnectedLevels26 Editing of multistory stairs connected levels.
MultistoryStairsLevelLandings27 Edit mode for adding or removing level-landings that connect different sections of multistory stairs.
None0 No Edit Mode is currently active.
PanelScheduleTemplate17 Editing of an electrical panel schedule template.
Paste9 Edit Pasted Elements mode.
Path3d6 Editing of a 3D path, e.g. when picking the path of a sweep.
RailPath23 Editing of railing paths.
RebarConstraints29 Edit mode used during editing the rebar constraints.
SelectionFilter11 Edit mode used when creating or modifying a selection filter.
Sketch2 Editing the sketch of a sketch-based element, such as an extrusion, floor, roof, etc.
SpliceRebars31 Edit mode used when splicing rebars.
Stairs22 Editing of stairs.
StructuralCustomConnection28 Editing of custom structural connections.
SurfaceConnector18 Editing of a surface connector for a conduit.
SystemInspector10 Edit mode used when the System Inspector for duct or pipe systems is active.
ViewPosition32 Editing of a view/viewport positioning on a sheet.
WallJoin3 Editing of wall joins.
Zone13 Editing of a zone's contents.
See Also