usesGeometry

fun usesGeometry(variableName: String): Boolean

True if geometry is used in the script for a given profile variable, false otherwise. This function returns true in ambiguous cases where it cannot be determined if geometry is used.

Return

A boolean value indicating whether geometry is used or not.

Since

300.0.0

Parameters

variableName

The name of the profile variable whose geometry usage is being determined.