cAnalysisResultsModalParticipationFactors Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
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
)

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
RX
Type: SystemDouble
RY
Type: SystemDouble
RZ
Type: SystemDouble
ModalMass
Type: SystemDouble
ModalStiff
Type: SystemDouble

Return Value

Type: Int32
See Also