cDesignCompositeBeamGetSummaryResults Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetSummaryResults(
	string Name,
	ref int NumberItems,
	ref string[] DesignSect,
	ref double[] BeamFy,
	ref double[] StudDia,
	ref string[] StudLayout,
	ref bool[] BeamShored,
	ref double[] BeamCamber,
	ref string[] PassFail,
	ref double[] ReacLeft,
	ref double[] ReacRt,
	ref double[] MMaxNeg,
	ref double[] MMaxPos,
	ref double[] PCC,
	ref double[] OverallRatio,
	ref double[] StudRatio,
	ref double[] StrPMRat,
	ref double[] ConstPMRat,
	ref double[] StrShrRat,
	ref double[] ConShrRat,
	ref double[] PCDLDfRat,
	ref double[] SDLDfRat,
	ref double[] LLDfRat,
	ref double[] TotCamDfRat,
	ref double[] FreqRat,
	ref double[] MDampRat,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
DesignSect
Type: SystemString
BeamFy
Type: SystemDouble
StudDia
Type: SystemDouble
StudLayout
Type: SystemString
BeamShored
Type: SystemBoolean
BeamCamber
Type: SystemDouble
PassFail
Type: SystemString
ReacLeft
Type: SystemDouble
ReacRt
Type: SystemDouble
MMaxNeg
Type: SystemDouble
MMaxPos
Type: SystemDouble
PCC
Type: SystemDouble
OverallRatio
Type: SystemDouble
StudRatio
Type: SystemDouble
StrPMRat
Type: SystemDouble
ConstPMRat
Type: SystemDouble
StrShrRat
Type: SystemDouble
ConShrRat
Type: SystemDouble
PCDLDfRat
Type: SystemDouble
SDLDfRat
Type: SystemDouble
LLDfRat
Type: SystemDouble
TotCamDfRat
Type: SystemDouble
FreqRat
Type: SystemDouble
MDampRat
Type: SystemDouble
ItemType (Optional)
Type: ETABS2016eItemType

Return Value

Type: Int32
See Also