Click or drag to resize

APIgetCustomData Method

Get custom data stored in the model.
REST path: /model/customdata/[key]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string getCustomData(
	string key
)

Parameters

key  String
Key, must be unique

Return Value

String
False if the key was not found
See Also