2023 Method
Changes 0
M

CurveElement.GetAdjoinedCurveElements

Description:
Returns elements that are joining with this curve element at the given end point.
public ISet<ElementId> GetAdjoinedCurveElements(
	int end
)
  • Int32
    end
    Id of one the curve's end. Value '0' indicates start and '1' indicates the end of the curve, respectively.
Return Value ISet<ElementId> Collection of Ids of Curve Elements.