MeasurementComboboxes
A collection of measurement comboboxes.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
MeasurementCombobox add( Object withProperties )
Creates a new MeasurementCombobox.
Parameters
Number count()
Displays the number of elements in the MeasurementCombobox.
MeasurementCombobox item( Mixed index )
Returns the MeasurementCombobox with the specified index or name.
Parameters
MeasurementCombobox itemByID( Number id )
Returns the MeasurementCombobox with the specified ID.
Parameters
MeasurementCombobox itemByRange( Mixed from, Mixed to )
Returns the MeasurementComboboxes within the specified range.
Parameters
MeasurementCombobox firstItem()
Returns the first MeasurementCombobox in the collection.
MeasurementCombobox lastItem()
Returns the last MeasurementCombobox in the collection.
MeasurementCombobox middleItem()
Returns the middle MeasurementCombobox in the collection.
MeasurementCombobox previousItem( MeasurementCombobox obj )
Returns the MeasurementCombobox with the index previous to the specified index.
Parameters
MeasurementCombobox nextItem( MeasurementCombobox obj )
Returns the MeasurementCombobox whose index follows the specified MeasurementCombobox in the collection.
Parameters
MeasurementCombobox anyItem()
Returns any MeasurementCombobox in the collection.
MeasurementCombobox everyItem()
Returns every MeasurementCombobox in the collection.
String toSource()
Generates a string which, if executed, will return the MeasurementCombobox.
MeasurementCombobox []( Number index )
Returns the MeasurementCombobox with the specified index.