cAnalyze DeleteResults Method CSi API ETABS 2015
Deletes results for load cases.

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

int DeleteResults(
	string Name,
	bool All = false
)

Parameters

Name
Type: OnlineSystem String
The name of an existing load case that is to have its results deleted.

This item is ignored when the All item is True.

All (Optional)
Type: OnlineSystem Boolean
If this item is True, the results are deleted for all load cases, and the Name item is ignored.

Return Value

Returns zero if the results are successfully deleted; otherwise it returns a nonzero value.
Remarks

Examples

See Also