CimDerivedPoint.InitState (property)

Gets and sets the flag for the initial state of the point value.
Syntax: CimDpInitStateEnum = object.InitState
object.InitState = CimDpInitStateEnum
Description: The CimDerivedPoint.InitState is an enumeration used to define the intial value of the point.

Examples

point.DerivedPoint.InitState = cimInitialized
point.DerivedPoint.InitValue = "0"


See Also

Point Configuration