PathItems

The collection of path item objects in the document.

Methods:

add, getByName, []

Property Listing

Property

Type

Access

Description

length

Int

readonly

Number of elements in the collection.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

PathItem [] (index:Uint)

Get an element in the collection with the provided index.

Parameter

Type

Description

index

Uint

 

PathItem add (name:String, entirePath:Array of SubPathInfo)

Creates a new path item.

Parameter

Type

Description

name

String

The name for the new path.

entirePath

Array of SubPathInfo

The item's sub paths.

PathItem getByName (name:String)

Get the first element in the collection with the provided name.

Parameter

Type

Description

name

String

 

Object of

Document.pathItems