cLoadPatterns Add Method CSi API ETABS 2015
Adds a new load pattern.

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

int Add(
	string Name,
	eLoadPatternType MyType,
	double SelfWTMultiplier = 0,
	bool AddAnalysisCase = true
)

Parameters

Name
Type: OnlineSystem String
The name for the new load pattern.
MyType
Type: ETABS2015 eLoadPatternType
This is one of the items in the eLoadPatternType enumeration.
SelfWTMultiplier (Optional)
Type: OnlineSystem Double
The self weight multiplier for the new load pattern.
AddAnalysisCase (Optional)
Type: OnlineSystem Boolean
If this item is True, a linear static load case corresponding to the new load pattern is added.

Return Value

Returns 0 if the load pattern is successfully added; otherwise it returns nonzero.
Remarks

An error is returned if the Name item is already used for an existing load pattern.
Examples

See Also