Revit 2025.3 API
Panel |
Gets the slot number in the circuit table
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int GetSlotNumberByCell( int nRow, int nCol )
Public Function GetSlotNumberByCell ( nRow As Integer, nCol As Integer ) As Integer
public: int GetSlotNumberByCell( int nRow, int nCol )
member GetSlotNumberByCell : nRow : int * nCol : int -> int
Parameters
- nRow Int32
- Column Number
- nCol Int32
Return Value
Int32Row Number
See Also