2022 Method
Changes 0
M

CurveElement.IsAdjoinedCurveElement

Description:
This method tests whether this and the given curve elements are joined at the given end.
Remarks:
The input end is relative to this curve element. The other curve element can be joined at any of its end-points.
public bool IsAdjoinedCurveElement(
	int end,
	ElementId other
)
  • Int32
    end
    Index of one of the curve's end. Values '0' and '1' indicate the start or end point, respectively.
  • other
    ElementId of another Curve Element from the same document.
Return Value bool Returns True if the input curve element joins This curve element at the given end-point; returns False otherwise.