Click or drag to resize

APIgetFunctionGeneralData Method

Get custom data stored in the selected function
REST path: /function/gendata/[funcID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getFunctionGeneralData(
	int funcID
)

Parameters

funcID  Int32
ID of the function

Return Value

String
Array of strings
See Also