cAnalyze CreateAnalysisModel Method CSi API ETABS 2015
Creates the analysis model. If the analysis model is already created and current, nothing is done.

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

int CreateAnalysisModel()

Return Value

Returns zero if the analysis model is successfully created or it already exists and is current, otherwise it returns a nonzero value.
Remarks

It is not necessary to call this function before running an analysis. The analysis model is automatically created, if necessary, when the model is run.
Examples

See Also