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