cPropArea GetDeckSolidSlab Method CSi API ETABS 2015
Retrieves property data for a solid-slab deck section.

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

int GetDeckSolidSlab(
	string Name,
	ref double SlabDepth,
	ref double ShearStudDia,
	ref double ShearStudHt,
	ref double ShearStudFu
)

Parameters

Name
Type: OnlineSystem String
The name of an existing solid-slab deck property.
SlabDepth
Type: OnlineSystem Double 
Slab Depth, tc
ShearStudDia
Type: OnlineSystem Double 
Shear Stud Diameter
ShearStudHt
Type: OnlineSystem Double 
Shear Stud Height, hs
ShearStudFu
Type: OnlineSystem Double 
Shear Stud Tensile Strength, Fu

Return Value

The function returns zero if the property data is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also