APIget |
public APIcheck[] getNodesChecks( string lc, string time = "1" )
Public Function getNodesChecks ( 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.getNodesChecks(lc, time)
public: array<APIcheck^>^ getNodesChecks( String^ lc, String^ time = L"1" )
member getNodesChecks : lc : string * ?time : string (* Defaults: let _time = defaultArg time "1" *) -> APIcheck[]
function getNodesChecks(lc, time);
(c) NextFEM 2015-2026