| Revit 2020.1 API |
| ElectricalSystem..::..GetCircuitPath Method |
| ElectricalSystem Class See Also |
Gets the list of the electrical system circuit path node position.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2018
Syntax
| C# |
|---|
public IList<XYZ> GetCircuitPath() |
| Visual Basic |
|---|
Public Function GetCircuitPath As IList(Of XYZ) |
| Visual C++ |
|---|
public: IList<XYZ^>^ GetCircuitPath() |