ElectricalSystemSetCircuitPath Method |
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetCircuitPath(
IList<XYZ> nodes
)
Public Sub SetCircuitPath (
nodes As IList(Of XYZ)
)
public:
void SetCircuitPath(
IList<XYZ^>^ nodes
)
member SetCircuitPath :
nodes : IList<XYZ> -> unit
Parameters
- nodes IListXYZ
-
See Also