Click or drag to resize

APIsaveSectionImage Method

Save section plot into a Png image
REST path: /op/sectioncalc/image/[sectionID]
REST verb: GET
REST header: {"path", path}

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

Parameters

sectionID  Int32
ID of the section
path  String
Path for saving image, in PNG format. Only path and filename are required, no extension.

Return Value

Boolean
True if successed
See Also