RevisionVisibility Enumeration

Determines whether Revision Clouds and Revision Tags will be visible in the project.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RevisionVisibility
Members
Member nameValueDescription
Hidden0 Revision Clouds and Revision Tags will not be visible in the project.
CloudAndTagVisible1 Revision Clouds and Revision Tags will be visible in the project.
TagVisible2 Revision Tags will be visible in the project but Revision Clouds will not be.
See Also