Click or drag to resize

APIremoveSectionFigure Method

Remove a figure from the selected section
REST path: /section/add/removefigure/[sectionID]/[figureID]/[isEmpty]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeSectionFigure(
	int sectionID,
	int figureID,
	bool isEmpty = false
)

Parameters

sectionID  Int32
ID of the section
figureID  Int32
1-based index of the figure to remove
isEmpty  Boolean  (Optional)
Optional, True if the figure is a hole

Return Value

Boolean
True if successful
See Also