 | APIgetLoad Method |
Returns a string describing of the i-th load in the model.
REST path: /load/[i]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string getLoad(
int i
)
Public Function getLoad (
i As Integer
) As String
Dim instance As API
Dim i As Integer
Dim returnValue As String
returnValue = instance.getLoad(i)
public:
String^ getLoad(
int i
)
member getLoad :
i : int -> string
Parameters
- i Int32
- ID of the load, starting from 0.
Return Value
StringReturns a description of the i-th load in the model. Empty string if not found
See Also