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

CurveElement.HasTangentJoin

Method
Description:
Tests whether this curve element and the input curve element have common tangent join at the given end-point.
Syntax
public bool HasTangentJoin(
	int end,
	ElementId other
)
Parameters
Parameter Type Description
end Int32 Index of one of the curve's end. Values '0' and '1' indicate the start or end point, respectively.
other ElementId ElementId of another Curve Element from the same document.
Return Value
Type Description
Boolean Returns True if the two curve elements have a tangent join at the given end-point.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null