| Revit 2022 API |
| PolylineSegments..::..IsFilled Property |
| PolylineSegments Class See Also |
Indicates whether the area enclosed by the polyline is to be filled or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2016
Syntax
| C# |
|---|
public bool IsFilled { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsFilled As Boolean Get |
| Visual C++ |
|---|
public: property bool IsFilled { bool get (); } |