| Revit 2022.1 API |
| RebarHostData..::..GetFabricSheetsInHost Method |
| RebarHostData Class See Also |
Returns all FabricSheet elements hosted by the referenced element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
| C# |
|---|
public IList<FabricSheet> GetFabricSheetsInHost() |
| Visual Basic |
|---|
Public Function GetFabricSheetsInHost As IList(Of FabricSheet) |
| Visual C++ |
|---|
public: IList<FabricSheet^>^ GetFabricSheetsInHost() |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..DisabledDisciplineException | None of the following disciplines is enabled: Structural. |