TagsDBGetClassMemberCount

This function gets a count of the members in a specified class.

Function Group Execution Windows Embedded Thin Client Mobile Access
TagsDBGetClassMemberCount Tags Database Synchronous Supported (see “Notes” below) Not supported Not supported Not supported

Syntax

  TagsDBGetClassMemberCount( strClassName )  
Web Studio Help b tagsdbgetclassmembercount.xml d434980e113 TagsDBGetClassMemberCount
strClassName
The name of the class in which to count members.

Returned value

If this function is executed succesfully, then it returns the requested count of class members. Otherwise, it returns one of the following possible values:
Value Description
-4 The specified class does not exist.
-3 Wrong parameter type or inconsistent value.
-2 Invalid number of parameters.

Notes

This function can only be executed on the project server — it cannot be called by a Graphics Script, Screen Script, or Command animation running on a project client.

For more information about the Tags Database functions and examples of how to use them, see Edit the tags database during run time.

TagsDBGetClassMemberCount