GenericFormVisible Property

The visibility of the GenericForm.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Visible { get; }

Property Value

Boolean
True if the form is visible, false if it is hidden.
See Also