Determines whether Revision Clouds and Revision Tags will be visible in the project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum RevisionVisibility
Members
| Member name | Value | Description |
|---|---|---|
| CloudAndTagVisible | 1 | Revision Clouds and Revision Tags will be visible in the project. |
| Hidden | 0 | Revision Clouds and Revision Tags will not be visible in the project. |
| TagVisible | 2 | Revision Tags will be visible in the project but Revision Clouds will not be. |
