to_array method

to_array

Creates and returns an array with all shapse in it.

Returns

Array of IShape

def to_array(self):
    ...

to_array

Creates and returns an array with all shapes from the specified range in it.

Returns

Array of IShape

def to_array(self, start_index, count):
    ...
ParameterTypeDescription
start_indexintAn index of a first shape to return.
countintA number of shapes to return.

See Also