cPointElmGetLoadDispl Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetLoadDispl(
	string Name,
	ref int NumberItems,
	ref string[] PointName,
	ref string[] LoadPat,
	ref int[] LcStep,
	ref string[] CSys,
	ref double[] U1,
	ref double[] U2,
	ref double[] U3,
	ref double[] R1,
	ref double[] R2,
	ref double[] R3,
	eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
PointName
Type: SystemString
LoadPat
Type: SystemString
LcStep
Type: SystemInt32
CSys
Type: SystemString
U1
Type: SystemDouble
U2
Type: SystemDouble
U3
Type: SystemDouble
R1
Type: SystemDouble
R2
Type: SystemDouble
R3
Type: SystemDouble
ItemTypeElm (Optional)
Type: ETABS2016eItemTypeElm

Return Value

Type: Int32
See Also