Click or drag to resize

APIaddSectFromLib(String) Method

Add a section from library
REST path: /section/add/fromlib
REST verb: POST
REST body: name

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addSectFromLib(
	string name
)

Parameters

name  String
Name of the section

Return Value

Int32
ID of the added section, 0 if not found
See Also