Click or drag to resize

APIgetElementCustomProperty Method

Get an already defined element custom property
REST path: /element/customprop/[elem]/[propName]
REST verb: GET

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

Parameters

elem  String
ID of the element
propName  String
Property name

Return Value

String
Null string if not set
See Also