Namespace:
Autodesk.Revit.DB
PartsVisibility
Enumeration
Description:
Indicates the visibility of parts for the view.
Indicates the visibility of parts for the view.
Syntax
public enum PartsVisibility
Unknown Namespace Members:
| Name | Description |
|---|---|
| Unset | Parts visibility is not set for the view. |
| ShowPartsOnly | Show only parts for the view. |
| ShowOriginalOnly | Show original elements, not parts, for the view. |
| ShowPartsAndOriginal | Show both original elements and parts for the view. |