| Revit 2018 API |
| FillGrid..::..IsEqual Method |
| FillGrid Class See Also |
Check if two fill grids are equal.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2012
Syntax
| C# |
|---|
public bool IsEqual( FillGrid other ) |
| Visual Basic |
|---|
Public Function IsEqual ( _ other As FillGrid _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsEqual( FillGrid^ other ) |
Parameters
- other
- Type: Autodesk.Revit.DB..::..FillGrid
The fill grid to be compared.
Return Value
True if the two fill grids are equal, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |