Click or drag to resize

APIduplicateSection Method

Duplicate the selected section
REST path: /section/duplicate/[originalID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int duplicateSection(
	int originalID
)

Parameters

originalID  Int32
Original ID of the section to be copied

Return Value

Int32
The ID of the newly created copy of the section
See Also