ShowContours Property
ShowContours shows or hides the contour lines in the grid node editor window. It has a Boolean value. The value is 'True', if the contour lines are shown and 'False', if the contour lines are hidden.
Syntax
object.ShowContours
object.ShowContours = Show
Parameter |
Type |
Description |
Show |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not the contours in the grid node editor window are visible.
Debug.Print GridWindow.ShowContours
Example 2
This example demonstrates how to display contours in the grid node editor window.
GridWindow.ShowContours = True
Used by: GridWindow object