cPointElm GetLoadForce Method CSi API ETABS 2015

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.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: OnlineSystem String
NumberItems
Type: OnlineSystem Int32 
PointName
Type:  OnlineSystem String  
LoadPat
Type:  OnlineSystem String  
LcStep
Type:  OnlineSystem Int32  
CSys
Type:  OnlineSystem String  
F1
Type:  OnlineSystem Double  
F2
Type:  OnlineSystem Double  
F3
Type:  OnlineSystem Double  
M1
Type:  OnlineSystem Double  
M2
Type:  OnlineSystem Double  
M3
Type:  OnlineSystem Double  
ItemTypeElm (Optional)
Type: ETABS2015 eItemTypeElm
See Also