cPropFrame GetSectProps Method CSi API ETABS 2015

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

int GetSectProps(
	string Name,
	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
)

Parameters

Name
Type: OnlineSystem String
Area
Type: OnlineSystem Double 
As2
Type: OnlineSystem Double 
As3
Type: OnlineSystem Double 
Torsion
Type: OnlineSystem Double 
I22
Type: OnlineSystem Double 
I33
Type: OnlineSystem Double 
S22
Type: OnlineSystem Double 
S33
Type: OnlineSystem Double 
Z22
Type: OnlineSystem Double 
Z33
Type: OnlineSystem Double 
R22
Type: OnlineSystem Double 
R33
Type: OnlineSystem Double 
See Also