DlgBillboard.GetImageCount

number DlgBillboard.GetImageCount ( 

number ControlID )

Example 1

nTotal = DlgBillboard.GetImageCount(CTRL_BILLBOARD_01);

Gets the number of images in the billboard control with ID CTRL_BILLBOARD_01 and stores the result in a variable called "nTotal."

See also:  Related Actions