siSetValueMode
 
 
 

siSetValueMode

Introduced

v9.0 (2011)

Description

This indicates the mathematical mode when setting a new value to a current value.

C# Syntax

siSetValueMode.siSetValueModeAbsolute                                       // 0
siSetValueMode.siSetValueModeAdditive                                       // 1
siSetValueMode.siSetValueModeAddPercentage                                  // 2
Constant Value Description
siSetValueModeAbsolute 0 Replaces the current value with the new value.
siSetValueModeAdditive 1 Adds the new value to the current value.
siSetValueModeAddPercentage 2 Adds percentage of current value to current value.

Applies To

SetClusterPropertyValues