cPropFrame SetISection Method CSi API ETABS 2015
Initializes an I-type frame section property. If this function is called for an existing frame section property, all items for the section are reset to their default value.

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

int SetISection(
	string Name,
	string MatProp,
	double T3,
	double T2,
	double Tf,
	double Tw,
	double T2b,
	double Tfb,
	int Color = -1,
	string Notes = "",
	string GUID = ""
)

Return Value

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

Examples

See Also