ShowPairs Property
ShowPairs returns or sets the show pairs state in a variogram. It has a Boolean value. If this value is set to 'True', the pairs of the variogram are shown and if this value is set to 'False', the pairs of the variogram are hidden.
Syntax
object.ShowPairs
object. ShowPairs = Show
Parameter |
Type |
Description |
Show |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not the pairs of a variogram are displayed.
Debug.Print Variogram.ShowPairs
Example 2
This example demonstrates how to display the pairs of a variogram.
Variogram.ShowPairs = True
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object