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