'Declaration Public Overloads Function ExecuteTest( _
ByVal filenameThe name of the file with barcodes.As String _
) As ISO15415QualityTest[]
public ISO15415QualityTest[] ExecuteTest(
string filename
)
public: ISO15415QualityTest*[] ExecuteTest(
string* filename
)
public:
ISO15415QualityTest^[] ExecuteTest(
string^ filename
)
Parameters
- filename
- The name of the file with barcodes.
Return Value
An array that contains executed quality tests.