StringCollection Collection

This object represents a collection of strings that exist on a Xpedition Designer schematic. This collection provides methods for identifying and/or removing strings from the schematic, but not otherwise modifying them.

This collection is to be used only as a return object in scripts.

The following table lists methods and properties of the StringCollection collection with links to the respective reference pages.

Table 1. StringCollection Collection Methods and Properties

Method or Property

Description

Item Method (StringCollection Collection)Returns an element (specified by its index number) from the collection.
Remove Method (StringCollection Collection)Removes an element (specified by its index number) from the collection.
Count Property (StringCollection Collection)Returns the number of elements in the collection.