![]() | APIget |
public byte[] getMultiplePlots( List<List<double[]>> plotList, bool transparent = false, string[] names = null, string Xunits = "", string Yunits = "", int[] colors = null, bool[] useDots = null, bool showLegend = false )
Public Function getMultiplePlots ( plotList As List(Of List(Of Double())), Optional transparent As Boolean = false, Optional names As String() = Nothing, Optional Xunits As String = "", Optional Yunits As String = "", Optional colors As Integer() = Nothing, Optional useDots As Boolean() = Nothing, Optional showLegend As Boolean = false ) As Byte() Dim instance As API Dim plotList As List(Of List(Of Double())) Dim transparent As Boolean Dim names As String() Dim Xunits As String Dim Yunits As String Dim colors As Integer() Dim useDots As Boolean() Dim showLegend As Boolean Dim returnValue As Byte() returnValue = instance.getMultiplePlots(plotList, transparent, names, Xunits, Yunits, colors, useDots, showLegend)
public: array<unsigned char>^ getMultiplePlots( List<List<array<double>^>^>^ plotList, bool transparent = false, array<String^>^ names = nullptr, String^ Xunits = L"", String^ Yunits = L"", array<int>^ colors = nullptr, array<bool>^ useDots = nullptr, bool showLegend = false )
member getMultiplePlots : plotList : List<List<float[]>> * ?transparent : bool * ?names : string[] * ?Xunits : string * ?Yunits : string * ?colors : int[] * ?useDots : bool[] * ?showLegend : bool (* Defaults: let _transparent = defaultArg transparent false let _names = defaultArg names null let _Xunits = defaultArg Xunits "" let _Yunits = defaultArg Yunits "" let _colors = defaultArg colors null let _useDots = defaultArg useDots null let _showLegend = defaultArg showLegend false *) -> byte[]
(c) NextFEM 2015-2025