IsBlanked
IsBlanked returns true if the value of the node at the specified position is NoData. Returns a Boolean. The value is 'False' if the node has a Z value.
Syntax
object.IsBlanked( Row, Col )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Row |
Integer |
Required |
|
This specifies the row number of the node |
Col |
Integer |
Required |
|
This specifies the column number of the node. |
Example
This example demonstrates how to return whether or not a specific node within a grid has been assigned the NoData value.
Debug.Print Grid.IsBlanked(Row:=9, Col:=7)
Used by: Grid object , GridXYZC object