Click or drag to resize

APIsaveSectionImageWithBars Method

Save a plot of an element section with rebar, if any, into a Png image
REST path: /op/sectioncalc/imagewithbars/[elemID]/[progr]
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 saveSectionImageWithBars(
	string elemID,
	int progr,
	string path
)

Parameters

elemID  String
ID of the element
progr  Int32
Progressive on element, from 0 to 100
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