Syntax @SortPointCloud([,]+) Arguments The name of a component to sort by. Whether to sort values in ascending or descending order. Valid values: ASCENDING, DESCENDING. Description The @SortPointCloud function sorts a point cloud. Points are sorted according to the components specified. That is, all points will be sorted by the values of the first component specified. If there are any ties, they will be broken by the values of the second component, then the third component, etc. Input features must contain point cloud geometries only.