<Code Lib>
2020 Method
Changes 2
M

RebarShape.GetEndTreatmentTypeId

Description:
get the id of the end treatment for the designated shape end

public ElementId GetEndTreatmentTypeId(
	int iEnd
)

  • iEnd
    0 for the start end treatment, 1 for the end end treatment.
Return Value ElementId Returns the id of an EndTreatmentType, or invalidElementId if the rebar shape has no end treatment at the specified end.

Loading…