| Revit Preview Release API |
| PanelScheduleView..::..IsSpace Method |
| PanelScheduleView Class See Also |
Check if the selected cell is a space
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public bool IsSpace( int nRow, int nCol ) |
| Visual Basic |
|---|
Public Function IsSpace ( _ nRow As Integer, _ nCol As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsSpace( int nRow, int nCol ) |