| Revit 2022 API |
| FillPattern..::..IsSolidFill Property |
| FillPattern Class See Also |
Check if the fill pattern is a solid fill pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public bool IsSolidFill { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSolidFill As Boolean Get |
| Visual C++ |
|---|
public: property bool IsSolidFill { bool get (); } |