Click or drag to resize

APIaddOrModifyCustomData Method

Add a data field into the model
REST path: /model/customdata/[key]
REST verb: POST
REST body: value

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addOrModifyCustomData(
	string key,
	string value
)

Parameters

key  String
Key, must be unique
value  String
Value to store, in string format, or object already serialize in JSON

Return Value

Boolean
True
Remarks
Serialize objects to store here
See Also