pysdic.PointCloud.delete_property# PointCloud.delete_property(key)[source]# Delete a property of the point cloud by its key/name. Parameters: key (str) – The key/name of the property to delete. Raises: KeyError – If the property with the given key does not exist. Return type: None