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