Table of Contents

Enum GenICamRangeCheckPolicy

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

Range check policy enumeration

public enum GenICamRangeCheckPolicy

Fields

Disable = 0

Never check if float or integer node value is in min/max range

Enable = 1

Always check if float or integer node is in min/max range

Debug = 2

Check the value, but only display an error message if the value is not allowed

Default = 0

Default range check policy