Click or drag to resize

APIsetElementCustomProperty Method

Set or change an element custom property
REST path: /element/customprop/[elem]/[propName]/[propValue]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setElementCustomProperty(
	string elem,
	string propName,
	string propValue
)

Parameters

elem  String
ID of the element
propName  String
Property name
propValue  String
Property value

Return Value

Boolean
True if successful
See Also