FamilyInstanceInvisible Property |
Property to test whether the family instance is invisible.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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