![]() | APIfunction |
public int functionFromFile( string filename, int type = 9, string units = "" )
Public Function functionFromFile ( filename As String, Optional type As Integer = 9, Optional units As String = "" ) As Integer Dim instance As API Dim filename As String Dim type As Integer Dim units As String Dim returnValue As Integer returnValue = instance.functionFromFile(filename, type, units)
public: int functionFromFile( String^ filename, int type = 9, String^ units = L"" )
member functionFromFile : filename : string * ?type : int * ?units : string (* Defaults: let _type = defaultArg type 9 let _units = defaultArg units "" *) -> int
(c) NextFEM 2015-2025