Determines whether Revision Clouds and Revision Tags will be visible in the project.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2015
Since: 2015
Syntax
| C# |
|---|
public enum RevisionVisibility |
| Visual Basic |
|---|
Public Enumeration RevisionVisibility |
| Visual C++ |
|---|
public enum class RevisionVisibility |
Members
| Member name | Description |
|---|---|
| Hidden | Revision Clouds and Revision Tags will not be visible in the project. |
| CloudAndTagVisible | Revision Clouds and Revision Tags will be visible in the project. |
| TagVisible | Revision Tags will be visible in the project but Revision Clouds will not be. |