17.04.2014 Views

Microplate Barcode Labeler User Guide - Agilent Technologies

Microplate Barcode Labeler User Guide - Agilent Technologies

Microplate Barcode Labeler User Guide - Agilent Technologies

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 8: VCode ActiveX<br />

VCode <strong>User</strong> <strong>Guide</strong><br />

161<br />

EmunerateProfiles<br />

Description<br />

Returns all defined profiles on the computer.<br />

Parameters<br />

None.<br />

Returns<br />

VARIANT<br />

Examples<br />

Visual C++<br />

VARIANT<br />

profiles=m_VCode.EnumerateProfile();<br />

Visual Basic<br />

Dim profiles() as String<br />

profiles=VCode1.EnumerateProfiles<br />

Get<strong>Barcode</strong>Field<br />

Description<br />

Allows the user to retrieve the first barcode field index in a label format.<br />

Ideal for verifying the printed barcode.<br />

Parameters<br />

Name Type Range Description<br />

format SHORT 1–19 The format to check.<br />

field SHORT* Stores the barcode<br />

field index after<br />

returning from the<br />

call.<br />

Returns<br />

HRESULT<br />

Examples<br />

Visual C++<br />

SHORT field;<br />

m_VCode.Get<strong>Barcode</strong>Field( 1,<br />

&field);<br />

Visual Basic<br />

Dim field as Integer<br />

VCode1.Get<strong>Barcode</strong>Field( 1, field)<br />

// Field now contains the barcode<br />

// field index,0-based.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!