Click or drag to resize

APIplotElemSectionWithBars Method

Plot section with rebars from element 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 plotElemSectionWithBars(
	ref ZedGraphControl zgc,
	string elemID,
	int progr
)

Parameters

zgc  ZedGraphControl
An instance of a ZedGraph control, passed by reference
elemID  String
ID of the element - in case of Wall, one element belonging to wall
progr  Int32
Progressive on element, from 0 to 100

Return Value

Boolean
True if successful
See Also