Provides access to a particular item in a collection
Member of Application Images (PRIM_SBMP)
Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized
Name | Type | Data Type | Description |
---|---|---|---|
StandardImage | *Input | Enumeration | Enumeration of system images |
Reference to an item in the collection accesible via the value supplied in the Index parameter.
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>
Febuary 18 V14SP2