| Revit 2020.1 API |
| GenericForm..::..IsSolid Property |
| GenericForm Class See Also |
Identifies if the GenericForm is a solid or a void element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public bool IsSolid { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSolid As Boolean Get |
| Visual C++ |
|---|
public: property bool IsSolid { bool get (); } |