ShapePathCollection

ShapePathCollection class

Represents path collection information in NotPrimitive autoshape

Properties

NameTypeDescription
CountintGets the count of paths
Item (int)ShapePathGets a creation path.

Methods

NameDescription
addAdd a creation path.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

ShapePathCollection.Count property

Gets the count of paths

Type: int

ShapePathCollection.Item (int) property

Gets a creation path.

Type: ShapePath

add() (1 of 2)

Add a creation path.

Returns: Returns ShapePath object.


add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.