Click or drag to resize

APIchangeElementProperty(String, String, String) Method

Change element property
REST path: /element/prop/[ID]/[prop]/[value]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool changeElementProperty(
	string ID,
	string prop,
	string value
)

Parameters

ID  String
ID of the element
prop  String
Name of the property to change
value  String
New value of property

Return Value

Boolean
Boolean
See Also