Gets and sets the local status for the point. | |
Syntax: | Boolean =
object.Local object.Local = Boolean |
Description: | The CimDerivedPoint.Local is boolean
indicating if the point is local. Local points can be used to hold
intermediate values of expressions. The value of local points are
not available to applications, they are only used internally by the
derived point process to perform calculations. Examples point.DerivedPoint.Local = True |