cAnalyze SetRunCaseFlag Method CSi API ETABS 2015
Sets the run flag for load cases.

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

int SetRunCaseFlag(
	string Name,
	bool Run,
	bool All = false
)

Parameters

Name
Type: OnlineSystem String
The name of an existing load case that is to have its run flag set.

This item is ignored when the All item is True.

Run
Type: OnlineSystem Boolean
If this item is True, the specified load case is to be run.
All (Optional)
Type: OnlineSystem Boolean
If this item is True, the run flag is set as specified by the Run item for all load cases, and the Name item is ignored.

Return Value

Returns zero if the flag is successfully set; otherwise it returns a nonzero value.
Remarks

Examples

See Also