FabricationPartBrowserOperation Enumeration

Operations for the FabricationPartBrowserChangedEventArgs Event

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum FabricationPartBrowserOperation
Members
Member nameValueDescription
CreatedRoutingSolutions4 Routing solutions (re)created
DisplayPartBrowserForCurrentViewport16 Enable or disable the display of the fabrication part browser for the current view port.
FinishMPRoutingMode8 Finish multi-point routing mode
FinishRoutingSolutionMode6 Finish routing solution mode
FinishServiceSwapOutMode10 Finish service swap-out mode
FinishSizeSwapOutMode14 Finish size swap out mode.
HideBrowser1 Hide browser window
RoutingSolutionChanged5 Active Routing solution has changed
ShowBrowser0 Show browser window
ShowService2 Select current service
StartMPRoutingMode7 Start multi-point routing mode
StartRoutingSolutionMode3 Start routing solution mode
StartServiceSwapOutMode9 Start service swap-out mode
StartSizeSwapOutMode13 Start size swap-out mode.
SwitchToInlineFittingsTab15 Make the inline fittings tab active in Change Service.
UnknownOperation-1 Unknown operation
UpdateServiceSwapOutPartTypes11 Service swap out part type mappings has changed.
UpdateServiceSwapOutSizes12 Service swap out size mappings has changed.
See Also