EasyManua.ls Logo

Atlas Copco PowerMACS 4000

Atlas Copco PowerMACS 4000
668 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Peripheral Devices
9836 3521 01 579
8.14.8 Bolts object (collection)
The Bolts object is a collection of Bolt objects. It represents all bolts in a particular station.
8.14.8.1 Properties
The following table lists all properties on the Bolts object:
Property Name
Return Type
Description
Count
Long
Returns the number of objects in the collection. Read only.
The syntax for accessing the properties of the Bolts object is as follows:
object.PropertyName
where object is an expression that evaluates to an object of type Bolts.
8.14.8.2 Item
Description: Returns a specific Bolt object in the collection either by position or by the Name property of
the Station object. If the value provided as IndexKey does not match any existing member
of the collection, then Nothing (null) is returned.
Return type: A Bolt object.
Syntax: object.Item(IndexKey)
Obj./Arg.
Type
Dir
Description
object
Bolts
The Stations object to operate on.
IndexKey
Variant
In
An expression that specifies the position of a member of the
collection.
If a numeric expression, IndexKey must be a number from 1 to the
value of the collection's Count property.
If a string expression, IndexKey must correspond to the Name
property of a Bolt object.

Table of Contents

Related product manuals