to_array method

to_array

Creates and returns an array that contains all shapes.

Returns

An array of IShape objects.

def to_array(self):
    ...

to_array

Creates and returns an array that contains all shapes in the specified range.

Returns

An array of IShape objects.

def to_array(self, start_index, count):
    ...
ParameterTypeDescription
start_indexintThe index of the first shape to return.
countintThe number of shapes to return.

See Also