 | APIgetModes Method |
Get the number of available modes in results
REST path: /res/modes/[loadcase]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int getModes(
ref string loadcase = ""
)
Public Function getModes (
Optional ByRef loadcase As String = ""
) As Integer
Dim instance As API
Dim loadcase As String
Dim returnValue As Integer
returnValue = instance.getModes(loadcase)
public:
int getModes(
String^% loadcase = L""
)
member getModes :
?loadcase : string byref
(* Defaults:
let _loadcase = defaultArg loadcase ""
*)
-> int
Parameters
- loadcase String (Optional)
- Optional. Name of the loadcase, if empty the first avaialble modal o response spectrum data is used
Return Value
Int32loadcase parameters is passed by reference, hence the selected loadcase is returned if loadcase is empty
See Also