remove_at method

remove_at(self, name)

Remove the property by the name.


def remove_at(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the property.

See Also