Click or drag to resize

APIassignSectionToElement Method

Assign a selected section to the desired element
REST path: /section/assign/[element]/[sectionID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool assignSectionToElement(
	string element,
	int sectionID
)

Parameters

element  String
ID of the element
sectionID  Int32
ID of the section

Return Value

Boolean
Boolean value
See Also