Syntax @SortPointCloud([REJECTABLE],[,]+) Arguments REJECTABLE Specifies if the function will supply a rejection code and message to the invalid feature and output it to the rejected port, or will fail upon being supplied invalid features. A feature can be rejected for the following reasons: - The feature has invalid geometry 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.