Syntax @AddPointCloudComponents([,,]+) @AddPointCloudComponents([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 - There is already a component on the feature of the desired name The name of the component to add. The type of the component. Range: REAL64, REAL32, UINT64, UINT32, UINT16, UINT8, INT64, INT32, INT16, INT8, STRING The value that will be for the added component. All points will have the same value. Description The @AddPointCloudComponents function is used to add new components with constant values to a point cloud. Input features must contain point cloud geometries only.