Set Collection Accessor - Item Property

Provides access to a particular item in a collection

Member of Set Collection Accessor (PRIM_SCAC)

Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized

Parameters

Name

Type

Data Type

Description

Object

*Input

PRIM_OBJT

Object parameter

Details

Reference to an item in the collection accessible via the value supplied in the Index parameter.

Example

Accessing the third item in the collection via the Item property

     #Reference <= #Collection.Item<3>

However, as Item is the default property of the collection, there is no need to specify it on the command.

     #Reference <= #Collection<3>


See also

All Component Classes

Technical Reference

  • No labels