Click or drag to resize

APIelementFlagList Method

Return a dictionary of all flags defined for the element, with their value

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public Dictionary<string, string> elementFlagList(
	string ID
)

Parameters

ID  String
ID of the element

Return Value

DictionaryString, String
Dictionary of flags and their values
See Also