Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
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 ) |