cAnalyze RunAnalysis Method CSi API ETABS 2015
Runs the analysis.

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

int RunAnalysis()

Return Value

Returns zero if the analysis model is successfully run; otherwise it returns a nonzero value.
Remarks

The analysis model is automatically created as part of this function.

IMPORTANT NOTE: Your model must have a file path defined before running the analysis. If the model is opened from an existing file, a file path is defined. If the model is created from scratch, the File.Save function must be called with a file name before running the analysis. Saving the file creates the file path.

Examples

See Also