Adobe Photoshop CS5 Object Library JS: SubPathItems

Photoshop CS5

Class

SubPathItems

 An array of path point info objects that describes a straight or curved segment of a path. You do not use the sub path item object to create a sub path. Rather, you use the sub path item object to retrieve information about a sub path. To create sub paths, see sub path info.

See also SubPathItem.

QuickLinks

[], getByName

Hierarchy

Object
SubPathItems

Properties

PropertyTypeAccessDescription
lengthint readonlyNumber of elements in the collection.
parentObject readonlyThe object's container.
typenamestring readonlyThe class name of the object.

Methods

Instances

SubPathItem [] (index: uint)
Get an element in the collection with the provided index.

ParameterTypeDescription
indexuint

SubPathItem getByName (name: string)
Get the first element in the collection with the provided name.

ParameterTypeDescription
namestring

Element of

PathItem.subPathItems

Jongware, 28-Aug-2012 v3.0.3iContents :: Index