Click or drag to resize

BoolFillFromBool Method

Fills the struct with a bool value.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public void FillFromBool(
	bool newValue
)

Parameters

newValue
Type: SystemBoolean
The new value stored by the struct.
See Also