ElectricalSystemGetCircuitPath Method |
Gets the list of the electrical system circuit path node position.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<XYZ> GetCircuitPath()
Public Function GetCircuitPath As IList(Of XYZ)
public:
IList<XYZ^>^ GetCircuitPath()
member GetCircuitPath : unit -> IList<XYZ>
Return Value
IListXYZ
The list of the electrical system circuit path node position.
See Also