Retrieves frame section property data for a general frame section
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
int GetGeneral( string Name, ref string FileName, ref string MatProp, ref double T3, ref double T2, ref double Area, ref double As2, ref double As3, ref double Torsion, ref double I22, ref double I33, ref double S22, ref double S33, ref double Z22, ref double Z33, ref double R22, ref double R33, ref int Color, ref string Notes, ref string GUID )
Parameters
- Name
- Type:
System String
The name of an existing frame section property.
- FileName
- Type:
System String
If the section property was imported from a property file, this is the name of that file. If the section property was not imported, this item is blank.
- MatProp
- Type:
System String
The name of the material property for the section.
- T3
- Type:
System Double
- T2
- Type:
System Double
- Area
- Type:
System Double
The cross-sectional area. [L2]
- As2
- Type:
System Double
The shear area for forces in the section local 2-axis direction. [L2]
- As3
- Type:
System Double
The shear area for forces in the section local 3-axis direction. [L2]
- Torsion
- Type:
System Double
The torsional constant. [L4]
- I22
- Type:
System Double
The moment of inertia for bending about the local 2 axis. [L4]
- I33
- Type:
System Double
The moment of inertia for bending about the local 3 axis. [L4]
- S22
- Type:
System Double
The section modulus for bending about the local 2 axis. [L3]
- S33
- Type:
System Double
The section modulus for bending about the local 3 axis. [L3]
- Z22
- Type:
System Double
The plastic modulus for bending about the local 2 axis. [L3]
- Z33
- Type:
System Double
The plastic modulus for bending about the local 3 axis. [L3]
- R22
- Type:
System Double
The radius of gyration about the local 2 axis. [L]
- R33
- Type:
System Double
The radius of gyration about the local 3 axis. [L]
- Color
- Type:
System Int32
- Notes
- Type:
System String
- GUID
- Type:
System String
The GUID (global unique identifier), if any, assigned to the section.
Return Value
Returns zero if the section property data is successfully retrieved; otherwise it returns a nonzero value.Remarks
Examples
See Also