NBlanked Property
The NBlanked property returns the number of blanked 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 blanked nodes in a grid.
Debug.Print Grid.NBlanked
Used by: AutoGrid object