Revit 2025.3 API
Reinforcement |
Checks if Reinforcement Settings is equal to other
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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