NamedPoint
NamedPoint.Rd
Class representing a point with name, tag, x- and y-value.
Public fields
name
The name of the point.
tagName
The name of the point's tag.
x
The x-value of the point.
y
The y-value of the point.
Methods
Method new()
Create a new NamedPoint instance.
Usage
NamedPoint$new(name = NULL, tagName = NULL, x = NULL, y = NULL)
Method toList()
Convert the object to a list. This function is mainly used by the Services to convert the objects to lists and then call the web API.