| Revit 2022.1 API |
| Profile..::..Filled Property |
| Profile Class See Also |
Get or set whether the profile is filled.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool Filled { get; set; } |
| Visual Basic |
|---|
Public Property Filled As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Filled { bool get (); void set (bool value); } |