Checks if Reinforcement Settings is equal to other
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 |