NNodes Property
The NNodes property returns the total number of nodes in the grid file. Returns a Long. This is a read-only property.
Syntax
object.NNodes
object.NNodes =NNodes
Example
This example shows how to return the number of nodes in a grid.
Debug.Print grid.NNodes
Used by: AutoGrid object