cAnalysisResultsStoryDrifts Method

Reports the story drifts

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int StoryDrifts(
	ref int NumberResults,
	ref string[] Story,
	ref string[] LoadCase,
	ref string[] StepType,
	ref double[] StepNum,
	ref string[] Direction,
	ref double[] Drift,
	ref string[] Label,
	ref double[] X,
	ref double[] Y,
	ref double[] Z
)

Parameters

NumberResults
Type: SystemInt32
The total number of results returned by the program
Story
Type: SystemString
This is an array of the story levels for each result
LoadCase
Type: SystemString
This is an array of the names of the analysis case or load combination associated with each result
StepType
Type: SystemString
This is an array of the step types, if any, for each result
StepNum
Type: SystemDouble
This is an array of the step numbers, if any, for each result
Direction
Type: SystemString
This is an array of the directions of the Drift values
Drift
Type: SystemDouble
This is an array of the drift values
Label
Type: SystemString
This is an array of the point labels for each result
X
Type: SystemDouble
This is an array of the displacements in the X direction [L]
Y
Type: SystemDouble
This is an array of the displacements in the Y direction [L]
Z
Type: SystemDouble
This is an array of the displacements in the Z direction [L]

Return Value

Type: Int32
Returns zero if the results are successfully recovered, otherwise it returns a nonzero value
Remarks