Share

Rebar.GetEndTreatmentTypeId Method

Get the id of the EndTreatmentType that is applied to the rebar.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public ElementId GetEndTreatmentTypeId(
	int end
)

Parameters

end  Int32
0 for the start end treatment, 1 for the end end treatment.

Return Value

ElementId
The id of a EndTreatmentType, or invalidElementId if the rebar has no end treatment at the specified end.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException end must be 0 or 1.

See Also

Reference

Was this information helpful?