Gets the list of the electrical system circuit path node position.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2018
Syntax
| C# |
|---|
public IList<XYZ> GetCircuitPath() |
| Visual Basic |
|---|
Public Function GetCircuitPath As IList(Of XYZ) |
| Visual C++ |
|---|
public: IList<XYZ^>^ GetCircuitPath() |