Rebar.GetCrankAngledLength
Description:
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.
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.
public double GetCrankAngledLength(
int end
)
-
Int32endThe bar end.
Return Value
Double
Returns the crank angled length.
-
end must be 0 or 1.
-
The bar does not have a valid Rebar Crank Type at the end.