BoltedEndPlateRowOnBeamHeight Method |
EC3 Steel Connection Design Library
Checks if the bolt row is located along the beam height
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RowOnBeamHeight(
int Row,
double hBeam,
double hHaunch = 0
)
Public Function RowOnBeamHeight (
Row As Integer,
hBeam As Double,
Optional hHaunch As Double = 0
) As Boolean
public:
bool RowOnBeamHeight(
int Row,
double hBeam,
double hHaunch = 0
)
member RowOnBeamHeight :
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 beam height
Remarks See Also