Click or drag to resize

APIremoveSection Method

Remove the selected section
REST path: /section/remove/[sectionID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeSection(
	int sectionID
)

Parameters

sectionID  Int32
ID of the section

Return Value

Boolean
True if successful
See Also