Checks if Reinforcement Settings is equal to other
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2013
Syntax
C# |
---|
public bool IsEqual( ReinforcementSettings other ) |
Visual Basic |
---|
Public Function IsEqual ( _ other As ReinforcementSettings _ ) As Boolean |
Visual C++ |
---|
public: bool IsEqual( ReinforcementSettings^ other ) |
Parameters
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |