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
)
Function GetSummaryResults (
Name As String,
ByRef NumberItems As Integer,
ByRef DesignSect As String(),
ByRef BeamFy As Double(),
ByRef StudDia As Double(),
ByRef StudLayout As String(),
ByRef BeamShored As Boolean(),
ByRef BeamCamber As Double(),
ByRef PassFail As String(),
ByRef ReacLeft As Double(),
ByRef ReacRt As Double(),
ByRef MMaxNeg As Double(),
ByRef MMaxPos As Double(),
ByRef PCC As Double(),
ByRef OverallRatio As Double(),
ByRef StudRatio As Double(),
ByRef StrPMRat As Double(),
ByRef ConstPMRat As Double(),
ByRef StrShrRat As Double(),
ByRef ConShrRat As Double(),
ByRef PCDLDfRat As Double(),
ByRef SDLDfRat As Double(),
ByRef LLDfRat As Double(),
ByRef TotCamDfRat As Double(),
ByRef FreqRat As Double(),
ByRef MDampRat As Double(),
Optional ItemType As eItemType = eItemType.Objects
) As Integer
int GetSummaryResults(
String^ Name,
int% NumberItems,
array<String^>^% DesignSect,
array<double>^% BeamFy,
array<double>^% StudDia,
array<String^>^% StudLayout,
array<bool>^% BeamShored,
array<double>^% BeamCamber,
array<String^>^% PassFail,
array<double>^% ReacLeft,
array<double>^% ReacRt,
array<double>^% MMaxNeg,
array<double>^% MMaxPos,
array<double>^% PCC,
array<double>^% OverallRatio,
array<double>^% StudRatio,
array<double>^% StrPMRat,
array<double>^% ConstPMRat,
array<double>^% StrShrRat,
array<double>^% ConShrRat,
array<double>^% PCDLDfRat,
array<double>^% SDLDfRat,
array<double>^% LLDfRat,
array<double>^% TotCamDfRat,
array<double>^% FreqRat,
array<double>^% MDampRat,
eItemType ItemType = eItemType::Objects
)
abstract GetSummaryResults :
Name : string *
NumberItems : int byref *
DesignSect : string[] byref *
BeamFy : float[] byref *
StudDia : float[] byref *
StudLayout : string[] byref *
BeamShored : bool[] byref *
BeamCamber : float[] byref *
PassFail : string[] byref *
ReacLeft : float[] byref *
ReacRt : float[] byref *
MMaxNeg : float[] byref *
MMaxPos : float[] byref *
PCC : float[] byref *
OverallRatio : float[] byref *
StudRatio : float[] byref *
StrPMRat : float[] byref *
ConstPMRat : float[] byref *
StrShrRat : float[] byref *
ConShrRat : float[] byref *
PCDLDfRat : float[] byref *
SDLDfRat : float[] byref *
LLDfRat : float[] byref *
TotCamDfRat : float[] byref *
FreqRat : float[] byref *
MDampRat : float[] byref *
?ItemType : eItemType
(* Defaults:
let _ItemType = defaultArg ItemType eItemType.Objects
*)
-> int