get method

get(self, name)

Gets the Shape object by the name of the shape.


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the shape.

See Also