Check if the circuit slot in this cell is locked.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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 ) |