Revit 2026 API
Reinforcement |
Checks if Reinforcement Settings is equal to other
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEqual( ReinforcementSettings other )
Public Function IsEqual ( other As ReinforcementSettings ) As Boolean
public: bool IsEqual( ReinforcementSettings^ other )
member IsEqual : other : ReinforcementSettings -> bool
Parameters
- other ReinforcementSettings
Return Value
Boolean| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also