cPointElmGetLoadForce Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetLoadForce(
	string Name,
	ref int NumberItems,
	ref string[] PointName,
	ref string[] LoadPat,
	ref int[] LcStep,
	ref string[] CSys,
	ref double[] F1,
	ref double[] F2,
	ref double[] F3,
	ref double[] M1,
	ref double[] M2,
	ref double[] M3,
	eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
PointName
Type: SystemString
LoadPat
Type: SystemString
LcStep
Type: SystemInt32
CSys
Type: SystemString
F1
Type: SystemDouble
F2
Type: SystemDouble
F3
Type: SystemDouble
M1
Type: SystemDouble
M2
Type: SystemDouble
M3
Type: SystemDouble
ItemTypeElm (Optional)
Type: ETABS2016eItemTypeElm

Return Value

Type: Int32
See Also