Syntax @RenamePointCloudComponents([,]+) @RenamePointCloudComponents([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 pointcloud is missing the specific component The name of the source component. The name of the destination component. Description The @RenamePointCloudComponents function is used to rename a point cloud component. If a component already exists with the destination name, it will be replaced. Input features must contain point cloud geometries only.