Indicates the visibility of the fill pattern for all components in the system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
C# |
---|
public bool FillVisible { get; set; } |
Visual Basic |
---|
Public Property FillVisible As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool FillVisible {
bool get ();
void set (bool value);
} |
See Also