Difference between revisions of "SYSCLS OBJECTWITHIDMARKER"
Line 9: | Line 9: | ||
}} | }} | ||
− | An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the MetaProperties can be used to mark all objects having a code value (barcode, | + | An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the [[MetaProperties]] can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker). |
== MetaProperties == | == MetaProperties == | ||
Line 18: | Line 18: | ||
| BARCODE || {{Text}} || Contains the barcode data | | BARCODE || {{Text}} || Contains the barcode data | ||
|- | |- | ||
− | | QRCODE|| {{Text}} || Contains the | + | | QRCODE|| {{Text}} || Contains the QR code data |
|- | |- | ||
| MARKERID|| {{Integer}} || Contains the Metaio marker ID value | | MARKERID|| {{Integer}} || Contains the Metaio marker ID value |
Revision as of 09:43, 24 March 2014
Object with ID Marker | |
---|---|
Name | SYSCLS_OBJECTWITHIDMARKER |
Inheritance | - |
Namespace | System.Classification |
ID | {011d7d45-d773-46cc-bf1c-9dbb62e99687} |
Purpose | Use a Marker ID and a scanned code |
Version | 2.2.3+ |
An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the MetaProperties can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker).
MetaProperties
Name | Data type | Comment |
---|---|---|
BARCODE | Text | Contains the barcode data |
QRCODE | Text | Contains the QR code data |
MARKERID | Integer | Contains the Metaio marker ID value |