cDesignCompositeBeam GetSummaryResults Method CSi API ETABS 2015

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.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: OnlineSystem String
NumberItems
Type: OnlineSystem Int32 
DesignSect
Type:  OnlineSystem String  
BeamFy
Type:  OnlineSystem Double  
StudDia
Type:  OnlineSystem Double  
StudLayout
Type:  OnlineSystem String  
BeamShored
Type:  OnlineSystem Boolean  
BeamCamber
Type:  OnlineSystem Double  
PassFail
Type:  OnlineSystem String  
ReacLeft
Type:  OnlineSystem Double  
ReacRt
Type:  OnlineSystem Double  
MMaxNeg
Type:  OnlineSystem Double  
MMaxPos
Type:  OnlineSystem Double  
PCC
Type:  OnlineSystem Double  
OverallRatio
Type:  OnlineSystem Double  
StudRatio
Type:  OnlineSystem Double  
StrPMRat
Type:  OnlineSystem Double  
ConstPMRat
Type:  OnlineSystem Double  
StrShrRat
Type:  OnlineSystem Double  
ConShrRat
Type:  OnlineSystem Double  
PCDLDfRat
Type:  OnlineSystem Double  
SDLDfRat
Type:  OnlineSystem Double  
LLDfRat
Type:  OnlineSystem Double  
TotCamDfRat
Type:  OnlineSystem Double  
FreqRat
Type:  OnlineSystem Double  
MDampRat
Type:  OnlineSystem Double  
ItemType (Optional)
Type: ETABS2015 eItemType
See Also