Click or drag to resize

APIremoveMaterialProperty Method

Remove a custom property from the selected material
REST path: /material/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 removeMaterialProperty(
	int ID,
	string name
)

Parameters

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

Return Value

Boolean
True if successful
See Also