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