cFile Save Method CSi API ETABS 2015
Saves the present model.

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

int Save(
	string FileName = ""
)

Parameters

FileName (Optional)
Type: OnlineSystem String
The full path to which the model file is saved.

Return Value

Returns zero if the file is successfully saved and nonzero if it is not saved.
Remarks

If no file name is specified, the file is saved using its current name. If there is no current name for the file (the file has not been saved previously) and this function is called with no file name specified, an error will be returned.
Examples

See Also