BoltedEndPlateRowOutsideUpperFlange Method |
EC3 Steel Connection Design Library
Checks if a bolt row is located outside the upper beam flange
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RowOutsideUpperFlange(
int row
)
Public Function RowOutsideUpperFlange (
row As Integer
) As Boolean
public:
bool RowOutsideUpperFlange(
int row
)
member RowOutsideUpperFlange :
row : int -> bool
Parameters
- row
- Type: SystemInt32
The bolt row, starting from the top row(=1)
Return Value
Type:
BooleanTrue, if the bolt row is located outside the upper beam flange
Remarks See Also