Click or drag to resize

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
)

Parameters

Row
Type: SystemInt32
Row to check
hBeam
Type: SystemDouble
Beam height
hHaunch (Optional)
Type: SystemDouble
Haunch height, if any

Return Value

Type: Boolean
True, if the bolt row is located along the haunch height
Remarks