Share

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum RevisionVisibility

Members

Member nameValueDescription
CloudAndTagVisible1 Revision Clouds and Revision Tags will be visible in the project.
Hidden0 Revision Clouds and Revision Tags will not be visible in the project.
TagVisible2 Revision Tags will be visible in the project but Revision Clouds will not be.

See Also

Reference

Was this information helpful?