Modes that control visibility of family elements depending on
the currently applied Element Visibility Settings of a view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public enum PreviewFamilyVisibilityMode
Members
Member name | Value | Description |
---|---|---|
Off | 0 | Element Visibility is not applied. All family elements visible. |
On | 1 | Element Visibility of a view is applied to show visible elements only. Elements that are cut by a reference plane will be shown with their respective cut geometry. |
Uncut | 2 | Element Visibility of a view is applied to show elements visible if instance is not cut. Note that this state is only available in certain views, such as floor plan and ceilings. |