Interface: IPoint

IPoint is the interface describing a point in the parametric space. The point is defined by its input parameter values, and provides output parameter values when up-to-date.

Methods

Name Description
get_Value(String) Returns the variable value.
put_Value(String, Object) Sets the variable value.

Properties

Name Description
ID Returns the identifier of the point.
State Returns the point state.
StateMessage Returns the message detailing the current point state.