cAnalysisResultsFrameJointForce Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int FrameJointForce(
	string Name,
	eItemTypeElm ItemTypeElm,
	ref int NumberResults,
	ref string[] Obj,
	ref string[] Elm,
	ref string[] PointElm,
	ref string[] LoadCase,
	ref string[] StepType,
	ref double[] StepNum,
	ref double[] F1,
	ref double[] F2,
	ref double[] F3,
	ref double[] M1,
	ref double[] M2,
	ref double[] M3
)

Parameters

Name
Type: SystemString
ItemTypeElm
Type: ETABS2016eItemTypeElm
NumberResults
Type: SystemInt32
Obj
Type: SystemString
Elm
Type: SystemString
PointElm
Type: SystemString
LoadCase
Type: SystemString
StepType
Type: SystemString
StepNum
Type: SystemDouble
F1
Type: SystemDouble
F2
Type: SystemDouble
F3
Type: SystemDouble
M1
Type: SystemDouble
M2
Type: SystemDouble
M3
Type: SystemDouble

Return Value

Type: Int32
See Also