Method UsesGeometry
UsesGeometry(string)
Returns true if geometry is used in the script for a given profile variable, false otherwise.
Declaration
public bool UsesGeometry(string variableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName | The name of the profile variable whose geometry usage is being determined. |
Returns
| Type | Description |
|---|---|
| bool | A boolean value indicating whether geometry is used or not. |
Remarks
This function returns true in ambiguous cases where it cannot be determined if geometry is used.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |