Click or drag to resize

APIdeleteGroup Method

Remove the specified group from model
REST path: /group/delete/[name]
REST verb: GET

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

Parameters

name  String
Name of the group to be removed

Return Value

Boolean
False if not existing, True otherwise
See Also