Share

SolidUtils.FindAllEdgeEndPointsAtVertex Method

Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static IList<EdgeEndPoint> FindAllEdgeEndPointsAtVertex(
	EdgeEndPoint edgeEndPoint
)

Parameters

edgeEndPoint  EdgeEndPoint
The input EdgeEndPoint that identifies the vertex.

Return Value

IList<EdgeEndPoint>
All EdgeEndPoints at the vertex. The input EdgeEndPoint is also included.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
InvalidOperationException Failed to find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.

See Also

Reference

Was this information helpful?