Retrieves beam rebar data for frame sections.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
Parameters
- Name
- Type:
System String
The name of an existing frame section property.
- MatPropLong
- Type:
System String
The name of the rebar material property for the longitudinal rebar.
- MatPropConfine
- Type:
System String
The name of the rebar material property for the confinement rebar.
- CoverTop
- Type:
System Double
The distance from the top of the beam to the centroid of the top longitudinal reinforcement. [L]
- CoverBot
- Type:
System Double
The distance from the bottom of the beam to the centroid of the bottom longitudinal reinforcement. [L]
- TopLeftArea
- Type:
System Double
The total area of longitudinal reinforcement at the top left end of the beam. [L2]
- TopRightArea
- Type:
System Double
The total area of longitudinal reinforcement at the top right end of the beam. [L2]
- BotLeftArea
- Type:
System Double
The total area of longitudinal reinforcement at the bottom left end of the beam. [L2]
- BotRightArea
- Type:
System Double
The total area of longitudinal reinforcement at the bottom right end of the beam. [L2]
Return Value
Returns zero if the rebar data is successfully retrieved; otherwise it returns a nonzero value.Remarks
The material assigned to the specified frame section property must be concrete or this function returns an error.
Examples
See Also