Gets the circuit id for the given slot number
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public ElementId GetCircuitIdByCell( int nRow, int nCol ) |
Visual Basic |
---|
Public Function GetCircuitIdByCell ( _ nRow As Integer, _ nCol As Integer _ ) As ElementId |
Visual C++ |
---|
public: ElementId^ GetCircuitIdByCell( int nRow, int nCol ) |