cFile OpenFile Method CSi API ETABS 2015
Opens an existing file.

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

int OpenFile(
	string FileName
)

Parameters

FileName
Type: OnlineSystem String
The full path of a model file to be opened in the application.

Return Value

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

Examples

See Also