cPropFrame GetGeneral Method CSi API ETABS 2015
Retrieves frame section property data for a general frame section

Namespace: ETABS2015
Assembly: 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: OnlineSystem String
The name of an existing frame section property.
FileName
Type: OnlineSystem 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: OnlineSystem String 
The name of the material property for the section.
T3
Type: OnlineSystem Double 
T2
Type: OnlineSystem Double 
Area
Type: OnlineSystem Double 
The cross-sectional area. [L2]
As2
Type: OnlineSystem Double 
The shear area for forces in the section local 2-axis direction. [L2]
As3
Type: OnlineSystem Double 
The shear area for forces in the section local 3-axis direction. [L2]
Torsion
Type: OnlineSystem Double 
The torsional constant. [L4]
I22
Type: OnlineSystem Double 
The moment of inertia for bending about the local 2 axis. [L4]
I33
Type: OnlineSystem Double 
The moment of inertia for bending about the local 3 axis. [L4]
S22
Type: OnlineSystem Double 
The section modulus for bending about the local 2 axis. [L3]
S33
Type: OnlineSystem Double 
The section modulus for bending about the local 3 axis. [L3]
Z22
Type: OnlineSystem Double 
The plastic modulus for bending about the local 2 axis. [L3]
Z33
Type: OnlineSystem Double 
The plastic modulus for bending about the local 3 axis. [L3]
R22
Type: OnlineSystem Double 
The radius of gyration about the local 2 axis. [L]
R33
Type: OnlineSystem Double 
The radius of gyration about the local 3 axis. [L]
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 data is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also