int ModalParticipationFactors(
ref int NumberResults,
ref string[] LoadCase,
ref string[] StepType,
ref double[] StepNum,
ref double[] Period,
ref double[] UX,
ref double[] UY,
ref double[] UZ,
ref double[] RX,
ref double[] RY,
ref double[] RZ,
ref double[] ModalMass,
ref double[] ModalStiff
)
int ModalParticipationFactors(
ref int NumberResults,
ref string[] LoadCase,
ref string[] StepType,
ref double[] StepNum,
ref double[] Period,
ref double[] UX,
ref double[] UY,
ref double[] UZ,
ref double[] RX,
ref double[] RY,
ref double[] RZ,
ref double[] ModalMass,
ref double[] ModalStiff
)
Function ModalParticipationFactors ( _
ByRef NumberResults As Integer, _
ByRef LoadCase As String(), _
ByRef StepType As String(), _
ByRef StepNum As Double(), _
ByRef Period As Double(), _
ByRef UX As Double(), _
ByRef UY As Double(), _
ByRef UZ As Double(), _
ByRef RX As Double(), _
ByRef RY As Double(), _
ByRef RZ As Double(), _
ByRef ModalMass As Double(), _
ByRef ModalStiff As Double() _
) As Integer
Function ModalParticipationFactors ( _
ByRef NumberResults As Integer, _
ByRef LoadCase As String(), _
ByRef StepType As String(), _
ByRef StepNum As Double(), _
ByRef Period As Double(), _
ByRef UX As Double(), _
ByRef UY As Double(), _
ByRef UZ As Double(), _
ByRef RX As Double(), _
ByRef RY As Double(), _
ByRef RZ As Double(), _
ByRef ModalMass As Double(), _
ByRef ModalStiff As Double() _
) As Integer
int ModalParticipationFactors(
int% NumberResults,
array<String^>^% LoadCase,
array<String^>^% StepType,
array<double>^% StepNum,
array<double>^% Period,
array<double>^% UX,
array<double>^% UY,
array<double>^% UZ,
array<double>^% RX,
array<double>^% RY,
array<double>^% RZ,
array<double>^% ModalMass,
array<double>^% ModalStiff
)
int ModalParticipationFactors(
int% NumberResults,
array<String^>^% LoadCase,
array<String^>^% StepType,
array<double>^% StepNum,
array<double>^% Period,
array<double>^% UX,
array<double>^% UY,
array<double>^% UZ,
array<double>^% RX,
array<double>^% RY,
array<double>^% RZ,
array<double>^% ModalMass,
array<double>^% ModalStiff
)