cFile NewBlank Method CSi API ETABS 2015
Creates a new, blank model.

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

int NewBlank()

Return Value

Returns zero if the new blank model is successfully created, otherwise it returns a nonzero value.
Remarks

Do not use this function to add to an existing model. This function should be used only for creating a new model and typically would be preceded by calls to ApplicationStart or InitializeNewModel(eUnits).
Examples

See Also