cCaseStaticLinear SetCase Method CSi API ETABS 2015
Initializes a static linear load case.

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

int SetCase(
	string Name
)

Parameters

Name
Type: OnlineSystem String
The name of an existing or new load case. If this is an existing case, that case is modified; otherwise, a new case is added.

Return Value

Returns zero if the load case is successfully initialized; otherwise it returns a nonzero value.
Remarks

If this function is called for an existing load case, all items for the case are reset to their default value.
Examples

See Also