APIget |
public APIcheck[] getElementsChecks( string lc, string time = "1" )
Public Function getElementsChecks ( lc As String, Optional time As String = "1" ) As APIcheck() Dim instance As API Dim lc As String Dim time As String Dim returnValue As APIcheck() returnValue = instance.getElementsChecks(lc, time)
public: array<APIcheck^>^ getElementsChecks( String^ lc, String^ time = L"1" )
member getElementsChecks : lc : string * ?time : string (* Defaults: let _time = defaultArg time "1" *) -> APIcheck[]
function getElementsChecks(lc, time);
(c) NextFEM 2015-2026