IBoolean#

interface Itala.GenApi.IBoolean : Itala.GenApi.IValue#

Interface for boolean nodes managed by GenApi.

Subclassed by Itala.GenApi.NodeBoolean

Properties

bool Value { get; set; }#

Value of a boolean node.