Click or drag to resize

APIremoveDesMaterialProperty Method

Remove a custom property from the selected design material
REST path: /designmaterial/prop/[ID]/[name]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeDesMaterialProperty(
	int ID,
	string name
)

Parameters

ID  Int32
ID of the design material
name  String
Name of the property

Return Value

Boolean
True if successful
See Also