VariableName

VariableName returns or sets the new grid file variable name to be used in the GridMath2 operation. Returns a string.

Syntax

object. VariableName

object. VariableName = Value

Parameter

Type

Description

VariableName

string

required, returns or sets the variable name

Example

This example sets the variable name value.

'Set the VariableName to "A"

InGrids(1).VariableName = "A"

Used by: GridMathInput object