CImageSet:Count
The Count method returns the number of images in the CImageSet.
number = CImageSet:Count()
Suppose a CImageSet assigned to S contains 5 images. Then
nImages = S:Count()
returns the value nImages = 5.
Related Topics
CImageSet