Click or drag to resize

APIplotSectionWithBars Method

Plot section with rebars defined in a ZedGraph control
REST path: na

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool plotSectionWithBars(
	ref ZedGraphControl zgc,
	string sectionID,
	int highlightBar = -1
)

Parameters

zgc  ZedGraphControl
An instance of a ZedGraph control, passed by reference
sectionID  String
ID of the section
highlightBar  Int32  (Optional)
Optional. Progressive number to highlight, starting from 0

Return Value

Boolean
True if successful
See Also