Click or drag to resize

APIlistDesignMaterialCustomProperty Method

Get a list of the custom properties stored in the selected design material
REST path: /designmaterial/proplist/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] listDesignMaterialCustomProperty(
	int ID
)

Parameters

ID  Int32
ID of the material

Return Value

String
Array of string with custom properties names. Use getDesignMaterialProperty method to get values.
See Also