| token |
| List of: | Glossary Items | |
| Subjects: | Viewing | |
| Contents: | Glossary | |
| An enumerated type or integer denoting the type of data elements being passed to a function in the rendering library. Token arrays are employed to enable an application to pass a variable number of parameters to a function through a constant number of arguments in much the same manner as the variable argument array construct in C (argv[ ]). The rendering library function LiCreatePolygon is an example of such a function. | |||||