RebarGetCrankStraightLength Method |
Gets the crank straight 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.0.4.0 (26.0.4.0)
Syntaxpublic double GetCrankStraightLength(
int end
)
Public Function GetCrankStraightLength (
end As Integer
) As Double
public:
double GetCrankStraightLength(
int end
)
member GetCrankStraightLength :
end : int -> float
Parameters
- end Int32
-
The bar end.
Return Value
Double
Returns the crank straigth length.
Exceptions
See Also