Gets the id of the Crank Type id that is applied to the rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId GetCrankTypeId( int end )
Parameters
- end Int32
- 0 for the start Crank, 1 for the end Crank.
Return Value
ElementIdReturns the id of a Crank Type, or invalidElementId if the rebar has no crank at the specified end.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | end must be 0 or 1. |
