Click or drag to resize

APIplotElemSectionWithBars Method

Note: This API is now obsolete.

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

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.3.0 (2.6.3.0)
Syntax
[ObsoleteAttribute("This cannot be invoked through REST")]
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