Click or drag to resize

Bool Constructor

Initializes a new instance of the Bool class with a specific value.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public Bool(
	bool value
)

Parameters

value
Type: SystemBoolean
The value to be set.
See Also