zMissing Property
zMissing returns or sets the Z value for missing nodes in a surface if BlankMissing is set to False. Returns a double.
Syntax
object.zMissing
object.zMissing = zMissing
Parameter |
Type |
Description |
zMissing |
Double |
required, value between the grid's z minimum and maximum |
Example 1
This example shows how to return the missing node remap value.
Debug.Print "zMissing = "; SurfaceMap.zMissing
Example 2
This example shows how to remap a missing value to 1000.
SurfaceMap.zMissing= 1000
Used by: Surface object