RebarShape.GetEndTreatmentTypeId
Method
Description:
Gets the id of the EndTreatmentType at the specified rebar shape end.
Gets the id of the EndTreatmentType at the specified rebar shape end.
Parameters
| Parameter | Type | Description |
|---|---|---|
| iEnd | Int32 | 0 for the start end treatment, 1 for the end end treatment. |
Return Value
| Type | Description |
|---|---|
| ElementId | Returns the id of an EndTreatmentType, or invalidElementId if the rebar shape has no end treatment at the specified end. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | iEnd not a valid shape end |