add method

add

Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option or a Property instance.

def add(self, items):
    ...
ParameterTypeDescription
itemslistList of items to add.

See Also