Syntax @CopyPointCloudComponents([,]+) @CopyPointCloudComponents([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 specified component The name of the source component. The name of the destination component. Description The @CopyPointCloudComponents function is used to make a copy of 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.