Adobe Photoshop CS5 Object Library JS: SubPathItem

Photoshop CS5

Class

SubPathItem

 Information about a path. You do not use the sub path item object to create a path. Rather, you create path segments using the sub path info object. Use the sub path item object to retrieve information about a path. All properties are read-only.

Hierarchy

Object
SubPathItem

Properties

PropertyTypeAccessDescription
closedbool readonlyIf true, the path is closed.
operationShapeOperation:
ShapeOperation.SHAPEADD
ShapeOperation.SHAPEXOR
ShapeOperation.SHAPEINTERSECT
ShapeOperation.SHAPESUBTRACT
readonlyThe sub path operation on other sub paths.
parentObject readonlyThe object's container.
pathPointsPathPoints PathPoint readonlyThe path points collection in the sub path.
typenamestring readonlyThe class name of the object.

Return

SubPathItem SubPathItems.[] (index: uint)

SubPathItem SubPathItems.getByName (name: string)

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