Click or drag to resize

APIgetModes Method

Get the number of available modes in results
REST path: /res/modes/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int getModes(
	ref string loadcase = ""
)

Parameters

loadcase  String  (Optional)
Optional. Name of the loadcase, if empty the first avaialble modal o response spectrum data is used

Return Value

Int32
loadcase parameters is passed by reference, hence the selected loadcase is returned if loadcase is empty
See Also