CImageSet:Count


The Count method returns the number of images in the CImageSet.

Syntax

number = CImageSet:Count()

bullet.gif    On success, this method returns the number of images.

bullet.gif    On failure, this method returns 0.

Example

Suppose a CImageSet assigned to S contains 5 images. Then

     nImages = S:Count()

returns the value nImages = 5.

Related Topics

CImageSet


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.