![]() | APIget |
public byte[] getFireSectionImage( int elemID, string titleX = "", string titleY = "", string title = "", string quoteUnits = "", string quoteFormat = "0.00", bool showAxes = true, int showOrigin = 0, bool transparent = false )
Public Function getFireSectionImage ( elemID As Integer, Optional titleX As String = "", Optional titleY As String = "", Optional title As String = "", Optional quoteUnits As String = "", Optional quoteFormat As String = "0.00", Optional showAxes As Boolean = true, Optional showOrigin As Integer = 0, Optional transparent As Boolean = false ) As Byte() Dim instance As API Dim elemID As Integer Dim titleX As String Dim titleY As String Dim title As String Dim quoteUnits As String Dim quoteFormat As String Dim showAxes As Boolean Dim showOrigin As Integer Dim transparent As Boolean Dim returnValue As Byte() returnValue = instance.getFireSectionImage(elemID, titleX, titleY, title, quoteUnits, quoteFormat, showAxes, showOrigin, transparent)
public: array<unsigned char>^ getFireSectionImage( int elemID, String^ titleX = L"", String^ titleY = L"", String^ title = L"", String^ quoteUnits = L"", String^ quoteFormat = L"0.00", bool showAxes = true, int showOrigin = 0, bool transparent = false )
member getFireSectionImage : elemID : int * ?titleX : string * ?titleY : string * ?title : string * ?quoteUnits : string * ?quoteFormat : string * ?showAxes : bool * ?showOrigin : int * ?transparent : bool (* Defaults: let _titleX = defaultArg titleX "" let _titleY = defaultArg titleY "" let _title = defaultArg title "" let _quoteUnits = defaultArg quoteUnits "" let _quoteFormat = defaultArg quoteFormat "0.00" let _showAxes = defaultArg showAxes true let _showOrigin = defaultArg showOrigin 0 let _transparent = defaultArg transparent false *) -> byte[]
(c) NextFEM 2015-2025