Revit 2026 API
Parts |
Indicates the visibility of parts for the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax

Member name | Value | Description |
---|---|---|
ShowOriginalOnly | 1 | Show original elements, not parts, for the view. |
ShowPartsAndOriginal | 2 | Show both original elements and parts for the view. |
ShowPartsOnly | 0 | Show only parts for the view. |
Unset | -1 | Parts visibility is not set for the view. |
See Also