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