Click or drag to resize

APIremoveLoadCaseToCombination Method

Remove loadcase and factor to an already existing combination, buckling or PDelta analysis

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

Parameters

name  String
Name of the combination or buckling analysis
loadcase  String
Name of the loadcase to be removed

Return Value

Boolean
True if successful
See Also