APIget |
public string[] getMaterialsLibrary( string filter = "", int type = 0 )
Public Function getMaterialsLibrary ( Optional filter As String = "", Optional type As Integer = 0 ) As String() Dim instance As API Dim filter As String Dim type As Integer Dim returnValue As String() returnValue = instance.getMaterialsLibrary(filter, type)
public: array<String^>^ getMaterialsLibrary( String^ filter = L"", int type = 0 )
member getMaterialsLibrary : ?filter : string * ?type : int (* Defaults: let _filter = defaultArg filter "" let _type = defaultArg type 0 *) -> string[]
(c) NextFEM 2015-2026