cPropFrame GetRebarBeam Method CSi API ETABS 2015
Retrieves beam rebar data for frame sections.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int GetRebarBeam(
	string Name,
	ref string MatPropLong,
	ref string MatPropConfine,
	ref double CoverTop,
	ref double CoverBot,
	ref double TopLeftArea,
	ref double TopRightArea,
	ref double BotLeftArea,
	ref double BotRightArea
)

Parameters

Name
Type: OnlineSystem String
The name of an existing frame section property.
MatPropLong
Type: OnlineSystem String 
The name of the rebar material property for the longitudinal rebar.
MatPropConfine
Type: OnlineSystem String 
The name of the rebar material property for the confinement rebar.
CoverTop
Type: OnlineSystem Double 
The distance from the top of the beam to the centroid of the top longitudinal reinforcement. [L]
CoverBot
Type: OnlineSystem Double 
The distance from the bottom of the beam to the centroid of the bottom longitudinal reinforcement. [L]
TopLeftArea
Type: OnlineSystem Double 
The total area of longitudinal reinforcement at the top left end of the beam. [L2]
TopRightArea
Type: OnlineSystem Double 
The total area of longitudinal reinforcement at the top right end of the beam. [L2]
BotLeftArea
Type: OnlineSystem Double 
The total area of longitudinal reinforcement at the bottom left end of the beam. [L2]
BotRightArea
Type: OnlineSystem 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

This function applies only to the following section types. Calling this function for any other type of frame section property returns an error.

The material assigned to the specified frame section property must be concrete or this function returns an error.

Examples

See Also