Click or drag to resize

APIremoveLoadCaseToTimeHistoryAnalysis Method

Remove loadcase and factor to an already existing time-history analysis
REST path: /loadcase/combo/removeth/[name]/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeLoadCaseToTimeHistoryAnalysis(
	string name,
	string loadcase
)

Parameters

name  String
Name of the time-history analysis
loadcase  String
Name of the loadcase to be removed

Return Value

Boolean
True if successful
See Also