cAreaObjGetRebarDataSpandrel Method

Retrieves rebar data for an area spandrel object

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetRebarDataSpandrel(
	string Name,
	ref int NumberRebarLayers,
	ref string[] LayerID,
	ref eWallSpandrelRebarLayerType[] LayerType,
	ref double[] ClearCover,
	ref int[] BarSizeIndex,
	ref double[] BarArea,
	ref double[] BarSpacing,
	ref int[] NumberBars,
	ref bool[] Confined
)

Parameters

Name
Type: SystemString
The name of an existing area object
NumberRebarLayers
Type: SystemInt32
LayerID
Type: SystemString
LayerType
Type: ETABS2016eWallSpandrelRebarLayerType
ClearCover
Type: SystemDouble
BarSizeIndex
Type: SystemInt32
BarArea
Type: SystemDouble
BarSpacing
Type: SystemDouble
NumberBars
Type: SystemInt32
Confined
Type: SystemBoolean

Return Value

Type: Int32
Remarks