cAnalyze GetCaseStatus Method CSi API ETABS 2015
Retrieves the status for all load cases.

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

int GetCaseStatus(
	ref int NumberItems,
	ref string[] CaseName,
	ref int[] Status
)

Parameters

NumberItems
Type: OnlineSystem Int32 
The number of load cases for which the status is reported.
CaseName
Type:  OnlineSystem String  
This is an array that includes the name of each analysis case for which the status is reported.
Status
Type:  OnlineSystem Int32  
This is an array containing integers from 1 to 4, indicating the load case status.
  1. Not run
  2. Could not start
  3. Not finished
  4. Finished

Return Value

Returns zero if the status is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also