cSapModel GetModelFilename Method CSi API ETABS 2015
Returns a string that represents the filename of the current model, with or without the full path.

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

string GetModelFilename(
	bool IncludePath = true
)

Parameters

IncludePath (Optional)
Type: OnlineSystem Boolean
A boolean (True or False) value. When this item is True, the returned filename includes the full path where the file is located.

Return Value

Returns a string that represents the filename of the current model, with or without the full path.
Remarks

Examples

See Also