| Revit 2022.1 API |
| FilledRegionType..::..IsMasking Property |
| FilledRegionType Class See Also |
If true then the FilledRegion will cover the lines and edges of objects behind it.
If false then lines and edges will remain visible.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2019
Syntax
| C# |
|---|
public bool IsMasking { get; set; } |
| Visual Basic |
|---|
Public Property IsMasking As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsMasking { bool get (); void set (bool value); } |