Click or drag to resize

APIgetFunctionName Method

Get name of the selected function
REST path: /function/name/[funcID]
REST verb: GET

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

Parameters

funcID  Int32
ID of the function

Return Value

String
String
See Also