EPSs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
EPS [] (index:
number)
Returns the EPS with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
EPS anyItem ()
Returns any EPS in the collection.
number count ()
Displays the number of elements in the EPS.
Array
of EPS everyItem ()
Returns every EPS in the collection.
EPS firstItem ()
Returns the first EPS in the collection.
EPS item (index:
varies)
Returns the EPS with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
EPS itemByID (id:
number)
Returns the EPS with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
EPS itemByName (name:
string)
Returns the EPS with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of EPS itemByRange (from:
varies, to:
varies)
Returns the EPSs within the specified range.
Parameter | Type | Description |
---|---|---|
from | EPS Long Integer String | The EPS, index, or name at the beginning of the range. Can accept: EPS, Long Integer or String. |
to | EPS Long Integer String | The EPS, index, or name at the end of the range. Can accept: EPS, Long Integer or String. |
EPS lastItem ()
Returns the last EPS in the collection.
EPS middleItem ()
Returns the middle EPS in the collection.
EPS nextItem (obj:
EPS)
Returns the EPS whose index follows the specified EPS in the collection.
Parameter | Type | Description |
---|---|---|
obj | EPS | The EPS whose index comes before the desired EPS. |
EPS previousItem (obj:
EPS)
Returns the EPS with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | EPS | The index of the EPS that follows the desired EPS. |
string toSource ()
Generates a string which, if executed, will return the EPS.
Element of
Button.epss
GraphicLine.epss
MultiStateObject.epss
Oval.epss
PlaceGun.epss
Polygon.epss
Rectangle.epss
SplineItem.epss
State.epss
XMLElement.epss
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |