Gets cells for the given slot number
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void GetCellsBySlotNumber( int nSlotNumber, out IList<int> RowArr, out IList<int> ColArr )
Parameters
- nSlotNumber Int32
- Slot Number
- RowArr IList<Int32>%
- The array of Row Number
- ColArr IList<Int32>%
- The array of Col Number
