lxIsGroupArray
lxIsGroupArray(d_figId) =>t/ nil
Description
Checks whether the given object is a group array.
Arguments
Value Returned
Example
The following code checks whether the object whose database ID is stored in groupArray1 is a group array.
lxIsGroupArray(groupArray1)
==> t
Related Topics
Return to top