Checks whether the list of the electrical system circuit path node position is valid.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2018
Syntax
C# |
---|
public bool IsCircuitPathValid(
IList<XYZ> nodes
) |
Visual Basic |
---|
Public Function IsCircuitPathValid ( _
nodes As IList(Of XYZ) _
) As Boolean |
Visual C++ |
---|
public:
bool IsCircuitPathValid(
IList<XYZ^>^ nodes
) |
Parameters
- nodes
- Type: System.Collections.Generic..::..IList<(Of <(<'XYZ>)>)>
The list of the electrical system circuit path node position.
Remarks
Exceptions
See Also