Revit 2025.3 API
Compound |
Checks if the compound structure has a structural deck.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasStructuralDeck { get; }
Public ReadOnly Property HasStructuralDeck As Boolean Get
public: property bool HasStructuralDeck { bool get (); }
member HasStructuralDeck : bool with get
Property Value
BooleanSee Also