cPropFrameGetSectProps Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.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: SystemString
Area
Type: SystemDouble
As2
Type: SystemDouble
As3
Type: SystemDouble
Torsion
Type: SystemDouble
I22
Type: SystemDouble
I33
Type: SystemDouble
S22
Type: SystemDouble
S33
Type: SystemDouble
Z22
Type: SystemDouble
Z33
Type: SystemDouble
R22
Type: SystemDouble
R33
Type: SystemDouble

Return Value

Type: Int32
See Also