ShapePathCollection

ShapePathCollection class

Represents path collection information in NotPrimitive autoshape

class ShapePathCollection;

Methods

MethodDescription
get(number)Gets a creation path.
getCount()Gets the count of paths
add()Add a creation path.

get(number)

Gets a creation path.

get(index: number) : ShapePath;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

Returns ShapePath object.

getCount()

Gets the count of paths

getCount() : number;

add()

Add a creation path.

add() : number;

Returns

Returns ShapePath object.