cAnalyze GetRunCaseFlag Method CSi API ETABS 2015
Retrieves the run flags for all analysis cases.

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

int GetRunCaseFlag(
	ref int NumberItems,
	ref string[] CaseName,
	ref bool[] Run
)

Parameters

NumberItems
Type: OnlineSystem Int32 
The number of load cases for which the run flag is reported.
CaseName
Type:  OnlineSystem String  
Run
Type:  OnlineSystem Boolean  
This is an array of boolean values indicating if the specified load case is to be run.

Return Value

Returns zero if the flags are successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also