Syntax @RemovePointCloudComponents([,]+) @RemovePointCloudComponents([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 Specifies whether components will be removed or kept. When set to REMOVE, the specified components will be removed. When set to KEEP, the specified components be kept and all other components will be removed. Range: REMOVE | KEEP Names of the components to remove or keep. Description The @RemovePointCloudComponents function is used to remove unwanted components from a point cloud. Input features must contain point cloud geometries only.