Checks if the given vertex points are valid for the wire.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public static bool AreVertexPointsValid(
IList<XYZ> vertexPoints,
Connector startConnector,
Connector endConnector
) |
Visual Basic |
---|
Public Shared Function AreVertexPointsValid ( _
vertexPoints As IList(Of XYZ), _
startConnector As Connector, _
endConnector As Connector _
) As Boolean |
Visual C++ |
---|
public:
static bool AreVertexPointsValid(
IList<XYZ^>^ vertexPoints,
Connector^ startConnector,
Connector^ endConnector
) |
Return Value
True if the given vertex points are valid, false otherwise.
Remarks
Exceptions
See Also