CurveElement.GetAdjoinedCurveElements
Description:
Returns elements that are joining with this curve element at the given end point.
Returns elements that are joining with this curve element at the given end point.
public ISet<ElementId> GetAdjoinedCurveElements(
int end
)
-
Int32endId of one the curve's end. Value '0' indicates start and '1' indicates the end of the curve, respectively.
-
The given Id does not represent any of the two end-points of a curve element. A valid value of either '0' or '1' is expected.