int SectionCutAnalysis(
ref int NumberResults,
ref string[] SCut,
ref string[] LoadCase,
ref string[] StepType,
ref double[] StepNum,
ref double[] F1,
ref double[] F2,
ref double[] F3,
ref double[] M1,
ref double[] M2,
ref double[] M3
)
int SectionCutAnalysis(
ref int NumberResults,
ref string[] SCut,
ref string[] LoadCase,
ref string[] StepType,
ref double[] StepNum,
ref double[] F1,
ref double[] F2,
ref double[] F3,
ref double[] M1,
ref double[] M2,
ref double[] M3
)
Function SectionCutAnalysis ( _
ByRef NumberResults As Integer, _
ByRef SCut As String(), _
ByRef LoadCase As String(), _
ByRef StepType As String(), _
ByRef StepNum As Double(), _
ByRef F1 As Double(), _
ByRef F2 As Double(), _
ByRef F3 As Double(), _
ByRef M1 As Double(), _
ByRef M2 As Double(), _
ByRef M3 As Double() _
) As Integer
Function SectionCutAnalysis ( _
ByRef NumberResults As Integer, _
ByRef SCut As String(), _
ByRef LoadCase As String(), _
ByRef StepType As String(), _
ByRef StepNum As Double(), _
ByRef F1 As Double(), _
ByRef F2 As Double(), _
ByRef F3 As Double(), _
ByRef M1 As Double(), _
ByRef M2 As Double(), _
ByRef M3 As Double() _
) As Integer
int SectionCutAnalysis(
int% NumberResults,
array<String^>^% SCut,
array<String^>^% LoadCase,
array<String^>^% StepType,
array<double>^% StepNum,
array<double>^% F1,
array<double>^% F2,
array<double>^% F3,
array<double>^% M1,
array<double>^% M2,
array<double>^% M3
)
int SectionCutAnalysis(
int% NumberResults,
array<String^>^% SCut,
array<String^>^% LoadCase,
array<String^>^% StepType,
array<double>^% StepNum,
array<double>^% F1,
array<double>^% F2,
array<double>^% F3,
array<double>^% M1,
array<double>^% M2,
array<double>^% M3
)