CimClassDataItemExpression.Operator (property)

gets and sets the operand type.
Syntax: CimExpressionOperandTypesEnum = object.Operator
object.Operator = CimExpressionOperandTypesEnum
Description: CimClassDataItemExpression.Operator the opperand that will be used to evaulate each side of this expression.

Examples

Dim class As CimClassInstance
Dim dataItem As CimPoint
[...]
Set dataItem = class.DataItems.Item("EXISTING_POINT")
Set expressionList = dataItem.Expressions
Set expression = expressionList.Add("$LEVEL")
expression.Operator = cimExpressionPlus