Revit 2026 API
Family |
Property to test whether the family instance is invisible.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Invisible { get; }
Public ReadOnly Property Invisible As Boolean Get
public: property bool Invisible { bool get (); }
member Invisible : bool with get
Property Value
BooleanSee Also