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