| Revit 2017 API |
| AreaReinforcement..::..AreaReinforcementType Property |
| AreaReinforcement Class See Also |
Retrieves the type of the Area Reinforcement.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public AreaReinforcementType AreaReinforcementType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AreaReinforcementType As AreaReinforcementType Get |
| Visual C++ |
|---|
public: property AreaReinforcementType^ AreaReinforcementType { AreaReinforcementType^ get (); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..DisabledDisciplineException | None of the following disciplines is enabled: Structural. |