BoltedEndPlateRowOnHaunchHeight Method |
EC3 Steel Connection Design Library
Checks if the bolt row is located along the haunch height
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RowOnHaunchHeight(
int Row,
double hBeam,
double hHaunch = 0
)
Public Function RowOnHaunchHeight (
Row As Integer,
hBeam As Double,
Optional hHaunch As Double = 0
) As Boolean
public:
bool RowOnHaunchHeight(
int Row,
double hBeam,
double hHaunch = 0
)
member RowOnHaunchHeight :
Row : int *
hBeam : float *
?hHaunch : float
(* Defaults:
let _hHaunch = defaultArg hHaunch 0
*)
-> bool
Parameters
- Row
- Type: SystemInt32
Row to check - hBeam
- Type: SystemDouble
Beam height - hHaunch (Optional)
- Type: SystemDouble
Haunch height, if any
Return Value
Type:
BooleanTrue, if the bolt row is located along the haunch height
Remarks See Also