APIget |
public byte[] getSectionShearFRPImage( int sectionID, string titleX = "", string titleY = "", string title = "", string quoteUnits = "", string quoteFormat = "0.00", bool showAxes = true, int showOrigin = 0, bool transparent = false, double thickOverride = 0 )
Public Function getSectionShearFRPImage ( sectionID 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, Optional thickOverride As Double = 0 ) As Byte() Dim instance As API Dim sectionID 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 thickOverride As Double Dim returnValue As Byte() returnValue = instance.getSectionShearFRPImage(sectionID, titleX, titleY, title, quoteUnits, quoteFormat, showAxes, showOrigin, transparent, thickOverride)
public: array<unsigned char>^ getSectionShearFRPImage( int sectionID, 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, double thickOverride = 0 )
member getSectionShearFRPImage : sectionID : int * ?titleX : string * ?titleY : string * ?title : string * ?quoteUnits : string * ?quoteFormat : string * ?showAxes : bool * ?showOrigin : int * ?transparent : bool * ?thickOverride : float (* 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 let _thickOverride = defaultArg thickOverride 0 *) -> byte[]
function getSectionShearFRPImage(sectionID, titleX, titleY, title, quoteUnits, quoteFormat, showAxes, showOrigin, transparent, thickOverride);
(c) NextFEM 2015-2026