Click or drag to resize

APIlistMaterialCustomProperty Method

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

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

Parameters

ID  Int32
ID of the material

Return Value

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