Gets the crank angled length at the indicated bar end.
If the crank lengths are overriden will return the overriden value. Otherwise will return the value from the RebarBarType for the existing Crank Type.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double GetCrankAngledLength(
int end
)
Parameters
- end Int32
-
The bar end.
Return Value
Double
Returns the crank angled length.
Exceptions
See Also
Reference