Initializes a cover plated 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: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
Parameters
- Name
- Type:
System String
The name of an existing or new frame section property. If this is an existing property, that property is modified; otherwise, a new property is added.
- SectName
- Type:
System String
- FyTopFlange
- Type:
System 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:
System 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:
System 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:
System Double
- Bc
- Type:
System Double
- MatPropTop
- Type:
System 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:
System Double
- Bcb
- Type:
System Double
- MatPropBot
- Type:
System 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 (Optional)
- Type:
System Int32
- Notes (Optional)
- Type:
System String
- GUID (Optional)
- Type:
System String
The GUID (global unique identifier), if any, assigned to the section. If this item is input as Default, the program assigns a GUID to the section.
Return Value
Returns zero if the section property is successfully initialized; otherwise it returns a nonzero value.Remarks
Examples
See Also