GetContributors

(VTScada-Layer function. Must be called with a leading backslash.)

Description:

Returns a copy of an array of object values of contributors for a given container.

Returns: Array
Usage: Script Only.
Function Groups: Containers and Contributors
Related to:  
Format: \GetContributors(HandleName, ContainerObj);
Parameters:  
HandleName
Required text. The name of the handle variable in the container module.
ContainerObj
Required. The object VTScada Value Types of the container tag module.
Comments:

Used only when writing custom tags with code (as opposed to creating them from Context tags). See: Containers, Contributors and Site Tags

This function can be called from the contributor.

Example:

    AlarmObjs = \GetContributors("AlarmContributors", \Root);