WireAreVertexPointsValid Method |
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool AreVertexPointsValid(
IList<XYZ> vertexPoints,
Connector startConnector,
Connector endConnector
)
Public Shared Function AreVertexPointsValid (
vertexPoints As IList(Of XYZ),
startConnector As Connector,
endConnector As Connector
) As Boolean
public:
static bool AreVertexPointsValid(
IList<XYZ^>^ vertexPoints,
Connector^ startConnector,
Connector^ endConnector
)
static member AreVertexPointsValid :
vertexPoints : IList<XYZ> *
startConnector : Connector *
endConnector : Connector -> bool
Parameters
- vertexPoints IListXYZ
-
- startConnector Connector
-
- endConnector Connector
-
Return Value
Boolean
See Also