Maptitude GISDK Help

GetExpressions()

Summary

Returns an array of all expression fields defined in a view.

 

Syntax

field_names_array = GetExpressions(string view_name)

 

Argument

Contents

view_name

The view of interest

 

Returns

An array containing the names of all expression fields in the view.

 

Notes

Example

// Get all expressions on the State view

exprs = GetExpressions("States")

 

See Also

Function

Summary

CreateExpression()

Creates an expression field on a view

DestroyExpression()

Destroys an expression field

GetExpressionInfo()

Returns information about an expression (formula) field

 

 

©2025 Caliper Corporation www.caliper.com