APIplot |
Note: This API is now obsolete.
[ObsoleteAttribute("This cannot be invoked through REST")] public bool plotSectionWithBars( ref ZedGraphControl zgc, string sectionID, int highlightBar = -1 )
<ObsoleteAttribute("This cannot be invoked through REST")> Public Function plotSectionWithBars ( ByRef zgc As ZedGraphControl, sectionID As String, Optional highlightBar As Integer = -1 ) As Boolean Dim instance As API Dim zgc As ZedGraphControl Dim sectionID As String Dim highlightBar As Integer Dim returnValue As Boolean returnValue = instance.plotSectionWithBars(zgc, sectionID, highlightBar)
public: [ObsoleteAttribute(L"This cannot be invoked through REST")] bool plotSectionWithBars( ZedGraphControl^% zgc, String^ sectionID, int highlightBar = -1 )
[<ObsoleteAttribute("This cannot be invoked through REST")>] member plotSectionWithBars : zgc : ZedGraphControl byref * sectionID : string * ?highlightBar : int (* Defaults: let _highlightBar = defaultArg highlightBar -1 *) -> bool
(c) NextFEM 2015-2025