Click or drag to resize

LCCombiCollectorsuperPositions Method

return load superpositions for given load-combination identifier.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<LCSuperPosition> superPositions(
	string id
)

Parameters

id
Type: SystemString
load-combination identifier.

Return Value

Type: ListLCSuperPosition
list of load superpositions.
See Also