Click or drag to resize

APIchangeElementProperty(String, String, Object) Method

Change element property
REST path: na

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

Parameters

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

Return Value

Boolean
See Also