Count Property (Read Only)
Syntax
Object.Count
Data Type
Applies To
Purpose
Returns the number of objects in the collection.
Example
'The same syntax applies to other collections.
numLights = CWGraph3D1.Lights.Count
Object.Count
Returns the number of objects in the collection.
'The same syntax applies to other collections.
numLights = CWGraph3D1.Lights.Count