APIget |
public string[] getDesignMaterialsLibrary( string filter = "", int type = 0 )
Public Function getDesignMaterialsLibrary ( 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.getDesignMaterialsLibrary(filter, type)
public: array<String^>^ getDesignMaterialsLibrary( String^ filter = L"", int type = 0 )
member getDesignMaterialsLibrary : ?filter : string * ?type : int (* Defaults: let _filter = defaultArg filter "" let _type = defaultArg type 0 *) -> string[]
(c) NextFEM 2015-2026