Click or drag to resize

APIremoveCustomData Method

Remove a custom data field from the model
REST path: /model/customdata/[key]
REST verb: DELETE

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

Parameters

key  String
Key, must be unique

Return Value

Boolean
True if successful, False is the key was not present
See Also