Click or drag to resize

APIremoveSpringProperty Method

Remove a linear or non-linear spring property
REST path: /springproperty/[name]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeSpringProperty(
	string name
)

Parameters

name  String
Name of the property set

Return Value

Boolean
True if successful
See Also