ShapePathCollection

ShapePathCollection class

Represents path collection information in NotPrimitive autoshape

class ShapePathCollection;

Properties

PropertyTypeDescription
countnumberReadonly. Gets the count of paths

Methods

MethodDescription
get(number)Gets a creation path.
add()Add a creation path.

count

Readonly. Gets the count of paths

count : number;

get(number)

Gets a creation path.

get(index: number) : ShapePath;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

Returns ShapePath object.

add()

Add a creation path.

add() : number;

Returns

Returns ShapePath object.