int SectionCutDesign(
ref int NumberResults,
ref string[] SCut,
ref string[] LoadCase,
ref string[] StepType,
ref double[] StepNum,
ref double[] P,
ref double[] V2,
ref double[] V3,
ref double[] T,
ref double[] M2,
ref double[] M3
)
int SectionCutDesign(
ref int NumberResults,
ref string[] SCut,
ref string[] LoadCase,
ref string[] StepType,
ref double[] StepNum,
ref double[] P,
ref double[] V2,
ref double[] V3,
ref double[] T,
ref double[] M2,
ref double[] M3
)
Function SectionCutDesign ( _
ByRef NumberResults As Integer, _
ByRef SCut As String(), _
ByRef LoadCase As String(), _
ByRef StepType As String(), _
ByRef StepNum As Double(), _
ByRef P As Double(), _
ByRef V2 As Double(), _
ByRef V3 As Double(), _
ByRef T As Double(), _
ByRef M2 As Double(), _
ByRef M3 As Double() _
) As Integer
Function SectionCutDesign ( _
ByRef NumberResults As Integer, _
ByRef SCut As String(), _
ByRef LoadCase As String(), _
ByRef StepType As String(), _
ByRef StepNum As Double(), _
ByRef P As Double(), _
ByRef V2 As Double(), _
ByRef V3 As Double(), _
ByRef T As Double(), _
ByRef M2 As Double(), _
ByRef M3 As Double() _
) As Integer
int SectionCutDesign(
int% NumberResults,
array<String^>^% SCut,
array<String^>^% LoadCase,
array<String^>^% StepType,
array<double>^% StepNum,
array<double>^% P,
array<double>^% V2,
array<double>^% V3,
array<double>^% T,
array<double>^% M2,
array<double>^% M3
)
int SectionCutDesign(
int% NumberResults,
array<String^>^% SCut,
array<String^>^% LoadCase,
array<String^>^% StepType,
array<double>^% StepNum,
array<double>^% P,
array<double>^% V2,
array<double>^% V3,
array<double>^% T,
array<double>^% M2,
array<double>^% M3
)