RVTDocs.com
Namespace: Autodesk.Revit.DB Class: EdgeEndPoint

EdgeEndPoint

Constructor
Description:
Constructs an instance of EdgeEndPoint.
Syntax
public EdgeEndPoint(
	Edge edge,
	int index
)
Parameters
Parameter Type Description
edge Edge The Edge.
index Int32 Use 0 for the start point, 1 for the end point of an Edge.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException The given value for index is not 0 or 1.