InstancesPreflightProfile [] (index:
number)
Returns the PreflightProfile with the specified index.
Parameter | Type | Description |
index | number | The index. |
PreflightProfile add ([withProperties:
Object])
Creates a new PreflightProfile.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new PreflightProfile (Optional) |
PreflightProfile anyItem ()
Returns any PreflightProfile in the collection.
number count ()
Displays the number of elements in the PreflightProfile.
Array of PreflightProfile everyItem ()
Returns every PreflightProfile in the collection.
PreflightProfile firstItem ()
Returns the first PreflightProfile in the collection.
PreflightProfile item (index:
varies)
Returns the PreflightProfile with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
PreflightProfile itemByID (id:
number)
Returns the PreflightProfile with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
PreflightProfile itemByName (name:
string)
Returns the PreflightProfile with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of PreflightProfile itemByRange (from:
varies, to:
varies)
Returns the PreflightProfiles within the specified range.
Parameter | Type | Description |
from | Long Integer PreflightProfile String | The PreflightProfile, index, or name at the beginning of the range. Can accept: PreflightProfile, Long Integer or String. |
to | Long Integer PreflightProfile String | The PreflightProfile, index, or name at the end of the range. Can accept: PreflightProfile, Long Integer or String. |
PreflightProfile lastItem ()
Returns the last PreflightProfile in the collection.
PreflightProfile middleItem ()
Returns the middle PreflightProfile in the collection.
PreflightProfile nextItem (obj:
PreflightProfile)
Returns the PreflightProfile whose index follows the specified PreflightProfile in the collection.
Parameter | Type | Description |
obj | PreflightProfile | The PreflightProfile whose index comes before the desired PreflightProfile. |
PreflightProfile previousItem (obj:
PreflightProfile)
Returns the PreflightProfile with the index previous to the specified index.
Parameter | Type | Description |
obj | PreflightProfile | The index of the PreflightProfile that follows the desired PreflightProfile. |
string toSource ()
Generates a string which, if executed, will return the PreflightProfile.
|