CwGetObjectCount

Syntax:

nCount = CwGetObjectCount(hContext)

        nCount          (numeric) The number of objects.

        hContext        (handle) The handle of the view or group
                        we wish to count.

Description:

This function returns the number of objects in the context referenced by "hContext", which is a handle to either a view or a group.

Example:

say 'There are currently' CwGetObjectCount(CwGetCurrentView()) 'objects.'


Functions by NAME

Index

Functions by PURPOSE