Click or drag to resize

APIaddOrChangeElementFlag Method

Add or change a flag for the element. Flags are custom properties that can be used for any purpose (see elementAvailableFlags)

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public bool addOrChangeElementFlag(
	string ID,
	string flag,
	string value
)

Parameters

ID  String
ID of the element
flag  String
Name of the flag
value  String
Value of the flag

Return Value

Boolean
True if the flag was added or updated successfully
See Also