RefTableArea()

Returns the area of the polygon, defined by columns of a reference table.

Syntax

RefTableArea(
refTable as a string,
timeStampOption as a string,
ColumnName1 as a string,
UnitName1 as a string,
ColumnName2 as a string,
UnitName2 as a string)

Example

RefTableArea("reference table", "Current", "Stroke", "m", "Load", "N")

Syntax

RefTableArea(
refTable as a string,
entityName as a string,
timeStampOption as a string,
ColumnName1 as a string,
UnitName1 as a string,
ColumnName2 as a string,
UnitName2 as a string)

Example

RefTableArea("reference table", "Well 2", "Current", "Stroke", "m", "Load", "N")