cAnalysisResultsModalParticipatingMassRatios Method |
Namespace:
ETABS2016
Assembly:
ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntaxint ModalParticipatingMassRatios(
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[] SumUX,
ref double[] SumUY,
ref double[] SumUZ,
ref double[] RX,
ref double[] RY,
ref double[] RZ,
ref double[] SumRX,
ref double[] SumRY,
ref double[] SumRZ
)
Function ModalParticipatingMassRatios (
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 SumUX As Double(),
ByRef SumUY As Double(),
ByRef SumUZ As Double(),
ByRef RX As Double(),
ByRef RY As Double(),
ByRef RZ As Double(),
ByRef SumRX As Double(),
ByRef SumRY As Double(),
ByRef SumRZ As Double()
) As Integer
int ModalParticipatingMassRatios(
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>^% SumUX,
array<double>^% SumUY,
array<double>^% SumUZ,
array<double>^% RX,
array<double>^% RY,
array<double>^% RZ,
array<double>^% SumRX,
array<double>^% SumRY,
array<double>^% SumRZ
)
abstract ModalParticipatingMassRatios :
NumberResults : int byref *
LoadCase : string[] byref *
StepType : string[] byref *
StepNum : float[] byref *
Period : float[] byref *
UX : float[] byref *
UY : float[] byref *
UZ : float[] byref *
SumUX : float[] byref *
SumUY : float[] byref *
SumUZ : float[] byref *
RX : float[] byref *
RY : float[] byref *
RZ : float[] byref *
SumRX : float[] byref *
SumRY : float[] byref *
SumRZ : float[] byref -> int
Parameters
- NumberResults
- Type: SystemInt32
- LoadCase
- Type: SystemString
- StepType
- Type: SystemString
- StepNum
- Type: SystemDouble
- Period
- Type: SystemDouble
- UX
- Type: SystemDouble
- UY
- Type: SystemDouble
- UZ
- Type: SystemDouble
- SumUX
- Type: SystemDouble
- SumUY
- Type: SystemDouble
- SumUZ
- Type: SystemDouble
- RX
- Type: SystemDouble
- RY
- Type: SystemDouble
- RZ
- Type: SystemDouble
- SumRX
- Type: SystemDouble
- SumRY
- Type: SystemDouble
- SumRZ
- Type: SystemDouble
Return Value
Type:
Int32
See Also