Click or drag to resize

APIaddOrChangeDesMaterialProperty Method

Add or modify a custom property of the selected design material
REST path: /designmaterial/prop/[ID]/[name]/[value]/[units]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addOrChangeDesMaterialProperty(
	int ID,
	string name,
	string value,
	string units = ""
)

Parameters

ID  Int32
ID of the design material
name  String
Name of the property
value  String
Value of the property as string. Value must use . as decimal separator
units  String  (Optional)
Optional. Units of measure for property value

Return Value

Boolean
True if successful
See Also