property Pools.Count as Long
Returns the number of pools in the collection.

TypeDescription
Long A Long expression that specifies the count of pools on the surface.
The Count property returns the number of pools in the collection. The Add method adds a new pool on the surface. The Remove method removes the giving pool from the surface. The Clear method removes all Pool objects from the Pools collection. The Item property returns the Pool object based on its identifier/position.