cPropFrame GetCoverPlatedI Method CSi API ETABS 2015
retrieves frame section property data for a cover plated I-type frame section.

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

int GetCoverPlatedI(
	string Name,
	ref string SectName,
	ref double FyTopFlange,
	ref double FyWeb,
	ref double FyBotFlange,
	ref double Tc,
	ref double Bc,
	ref string MatPropTop,
	ref double Tcb,
	ref double Bcb,
	ref string MatPropBot,
	ref int Color,
	ref string Notes,
	ref string GUID
)

Parameters

Name
Type: OnlineSystem String
The name of an existing frame section property.
SectName
Type: OnlineSystem String 
FyTopFlange
Type: OnlineSystem Double 
The yield strength of the top flange of the I-section. [F/L2]

If this item is 0, the yield strength of the I-section specified by the SectName item is used.

FyWeb
Type: OnlineSystem Double 
The yield strength of the web of the I-section. [F/L2]

If this item is 0, the yield strength of the I-section specified by the SectName item is used.

FyBotFlange
Type: OnlineSystem Double 
The yield strength of the bottom flange of the I-section. [F/L2]

If this item is 0, the yield strength of the I-section specified by the SectName item is used.

Tc
Type: OnlineSystem Double 
Bc
Type: OnlineSystem Double 
MatPropTop
Type: OnlineSystem String 
The name of the material property for the bottom cover plate.

This item applies only if both the tcb and the bcb items are greater than 0.

Tcb
Type: OnlineSystem Double 
Bcb
Type: OnlineSystem Double 
MatPropBot
Type: OnlineSystem String 
The name of the material property for the bottom cover plate.

This item applies only if both the tcb and the bcb items are greater than 0.

Color
Type: OnlineSystem Int32 
Notes
Type: OnlineSystem String 
GUID
Type: OnlineSystem String 
The GUID (global unique identifier), if any, assigned to the section.

Return Value

Returns zero if the section property is successfully initialized; otherwise it returns a nonzero value.
Remarks

Examples

See Also