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.

Objects:

Boolean, PathPoints, ShapeOperation, String

Property Listing

Property

Type

Access

Description

closed

Boolean

readonly

If true, the path is closed.

operation

ShapeOperation

ShapeOperation.SHAPEADD

ShapeOperation.SHAPEXOR

ShapeOperation.SHAPEINTERSECT

ShapeOperation.SHAPESUBTRACT

readonly

The sub path operation on other sub paths.

parent

 

readonly

The object's container.

pathPoints

PathPoints PathPoint

readonly

The path points collection in the sub path.

typename

String

readonly

The class name of the object.

Return

SubPathItems.[]()

SubPathItems.getByName()