The NumPolys property returns the number of polygons in a single area object. Returns an integer.
Syntax
object.NumPolys
Example
This example returns the number of polygons in an area.
Debug.Print Area.NumPolys
Used by: Area object