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