QuercusVL Programming Manual
Returns true if the object contains valid information about an incidence, and false if
invalid. Some methods, may sometimes, return void incidences. In C, this behaviour is
detected as its value will be “0”. In C++, however, this method is necessary because
the object, as it is not a pointer, would always be valid.
●
AddRef
C++:
Does not exist
C:
void VL_Incidence_AddRef ( int h )
See 2.2.1. Memory management.
●
Release
C++:
Does not exist
C:
void VL_Incidence_Release ( int h )
See 2.2.1. Memory management.
3.26. Images Class
Collection of images of an incidence.
3.26.1. Properties
●
Count
C++:
int Count()
C:
Does not exist, check VL_Incidence_get_Images_Count(int h) from
Incidence.
Amount of images in the collection.
●
Item
C++:
Image Item(int item)
C:
Does not exist, check VL_Incidence_get_Images_Item(int h, int item).
Returns the image in the indicated position inside the incidence images collection.
The parameter “item” must specify the position (starting from zero).
If there is no image for the indicated position, it will return an invalid one (see IsValid
Quercus Technologies
67