Peripheral Devices
9836 3521 01 587
8.14.13 StepBounds object (collection)
The StepBounds object is a collection of StepBound object. It represents all StepBounds included in the
requested trace.
8.14.13.1 Properties
The following table lists all properties on the StepBounds object:
Returns the number of objects in the collection. Read only.
The syntax for accessing the properties of the StepBounds object is as follows:
object.PropertyName
8.14.13.2 Item
Description: Returns a specific StepBound object in the collection by position. If the value provided as
IndexKey does not match any existing member of the collection, then Nothing (null) is
returned.
Return type: A StepBound object.
Syntax: object.Item(IndexKey)
The StepBounds object to operate on.
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.