c4dynamics.states.lib.pixelpoint.pixelpoint.class_id

c4dynamics.states.lib.pixelpoint.pixelpoint.class_id#

property pixelpoint.class_id#

Gets and sets the object classification.

Parameters:

class_id (str) – Class label associated with the data point.

Returns:

out (str) – The current class label associated with the data point.

Raises:

ValueError – If class_id is not str, a ValueError is raised.

Examples

For detailed usage, see the examples in the introduction to the pixelpoint class.