CimPoint.Extra (property)

Gets and sets the Extra value assigned to the point.
Syntax: int = object.Extra
object.Extra = int
Description: CimPoint.Extra is an integer representing the extra data for the point. Defaults to 0 when creating a new point.

Examples

mypoint.Extra = 10