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