BlankNode

BlankNode assigns the NoData value to the node at a specified position.

Syntax

object.BlankNode( Row, Col )

Parameter

Type

Default

Description

Row

Integer

required; This specifies the row number of the node to be assigned NoData.

Col

Integer

required; This specifies the column number of the node to be assigned NoData.

Example

This example demonstrates how to assing the NoData value to the node in row 4, column 5 of a grid.

Grid.BlankNode(Row:=4, Col:=5)

Used by: Grid object , GridXYZC object