cLineElmGetLoadDistributed Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetLoadDistributed(
	string Name,
	ref int NumberItems,
	ref string[] LineName,
	ref string[] LoadPat,
	ref int[] MyType,
	ref string[] CSys,
	ref int[] Dir,
	ref double[] RD1,
	ref double[] RD2,
	ref double[] Dist1,
	ref double[] Dist2,
	ref double[] Val1,
	ref double[] Val2,
	eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
LineName
Type: SystemString
LoadPat
Type: SystemString
MyType
Type: SystemInt32
CSys
Type: SystemString
Dir
Type: SystemInt32
RD1
Type: SystemDouble
RD2
Type: SystemDouble
Dist1
Type: SystemDouble
Dist2
Type: SystemDouble
Val1
Type: SystemDouble
Val2
Type: SystemDouble
ItemTypeElm (Optional)
Type: ETABS2016eItemTypeElm

Return Value

Type: Int32
See Also