Click or drag to resize

APIaddGroup Method

Add an empty group to the model
REST path: /group/add/[name]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addGroup(
	string name
)

Parameters

name  String

Return Value

Boolean
False if already existing, True otherwise
See Also