FamilyInstance.Invisible Property

FamilyInstanceInvisible Property

Property to test whether the family instance is invisible.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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

Boolean
See Also