Enum PropertyIncrementMode

Defines the possible property increment modes for Integer and Float properties.

Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum PropertyIncrementMode

Fields

Name Description
Increment

The property used a fixed step between valid values.

None

The property allows setting all values between its minimum and maximum value.

ValueSet

The property defines a set of valid values.