ShowNodes Property

ShowNodes shows or hides the grid node symbols in the grid node editor window. It has a Boolean. The value is 'True', when the grid node markers on the map are on and the grid nodes symbols are shown. The value is 'False', when the grid node symbols are hidden.

Syntax

object.ShowNodes

object.ShowNodes = Show

Parameter

Type

Description

Show

Boolean

required

Example 1

This example demonstrates how to return whether or not grid nodes in the grid node editor window are displayed.

Debug.Print GridWindow.ShowNodes

Example 2

This example demonstrates how to display grid nodes in the grid node editor window.

GridWindow.ShowNodes = True

Used by: GridWindow object