Click or drag to resize

APIassignSubsoilProperty Method

Assign a subsoil property to the selected element
REST path: /springproperty/subsoil/assign/[element]/[prop]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool assignSubsoilProperty(
	string element,
	string prop
)

Parameters

element  String
ID of the element
prop  String
Name of the property to assign

Return Value

Boolean
Boolean value
See Also