FlattenerPresets
See also FlattenerPreset.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
FlattenerPreset [] (index:
number)
Returns the FlattenerPreset with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
FlattenerPreset add ([withProperties:
Object])
Creates a new FlattenerPreset.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new FlattenerPreset (Optional) |
FlattenerPreset anyItem ()
Returns any FlattenerPreset in the collection.
number count ()
Displays the number of elements in the FlattenerPreset.
Array of FlattenerPreset everyItem ()
Returns every FlattenerPreset in the collection.
FlattenerPreset firstItem ()
Returns the first FlattenerPreset in the collection.
FlattenerPreset item (index:
varies)
Returns the FlattenerPreset with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
FlattenerPreset itemByID (id:
number)
Returns the FlattenerPreset with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
FlattenerPreset itemByName (name:
string)
Returns the FlattenerPreset with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of FlattenerPreset itemByRange (from:
varies, to:
varies)
Returns the FlattenerPresets within the specified range.
Parameter | Type | Description |
---|---|---|
from | FlattenerPreset Long Integer String | The FlattenerPreset, index, or name at the beginning of the range. Can accept: FlattenerPreset, Long Integer or String. |
to | FlattenerPreset Long Integer String | The FlattenerPreset, index, or name at the end of the range. Can accept: FlattenerPreset, Long Integer or String. |
FlattenerPreset lastItem ()
Returns the last FlattenerPreset in the collection.
FlattenerPreset middleItem ()
Returns the middle FlattenerPreset in the collection.
FlattenerPreset nextItem (obj:
FlattenerPreset)
Returns the FlattenerPreset whose index follows the specified FlattenerPreset in the collection.
Parameter | Type | Description |
---|---|---|
obj | FlattenerPreset | The FlattenerPreset whose index comes before the desired FlattenerPreset. |
FlattenerPreset previousItem (obj:
FlattenerPreset)
Returns the FlattenerPreset with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | FlattenerPreset | The index of the FlattenerPreset that follows the desired FlattenerPreset. |
string toSource ()
Generates a string which, if executed, will return the FlattenerPreset.
Element of
Application.flattenerPresets
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |