Click or drag to resize

APIgetDesignMaterialProperty Method

Return selected property from a design material
REST path: /designmaterial/prop/[ID]/[name]
REST verb: GET
REST header: {"units", units}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string getDesignMaterialProperty(
	string ID,
	string name,
	ref string units = ""
)

Parameters

ID  String
Material ID
name  String
Name of the property: alphaT, behaviour, code, E, G, fk, ni, Mden, Wden, type
units  String  (Optional)
String supplied to function to eventually convert units of returned value

Return Value

String
The requested value as string. Empty in case of error
See Also