Click or drag to resize

APIremoveMaterial Method

Remove the selected material
REST path: /material/remove/[materialID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeMaterial(
	int materialID
)

Parameters

materialID  Int32
ID of the material

Return Value

Boolean
True if successful
See Also