YSize Property
The YSize property returns the size gap between Y values of the grid file. Returns a Double. This is a read-only property.
Syntax
object.YSize
Example
This example shows how to return the spacing (size) between grid nodes in the Y direction.
Debug.Print Grid.YSize
Used by: AutoGrid object