cCombo Add Method CSi API ETABS 2015
Adds a new load combination.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int Add(
	string Name,
	int ComboType
)

Parameters

Name
Type: OnlineSystem String
The name of a new load combination.
ComboType
Type: OnlineSystem Int32
This is 0, 1, 2, 3 or 4 indicating the load combination type.
  • 0 = Linear Additive
  • 1 = Envelope
  • 2 = Absolute Additive
  • 3 = SRSS
  • 4 = Range Additive

Return Value

Returns zero if the load combination is successfully added, otherwise it returns a nonzero value.
Remarks

The new load combination must have a different name from all other load combinations and all load cases. If the name is not unique, an error will be returned.
Examples

See Also