Initializing help system before first use

setDelayed Method

Sets a constraint as a delayed constraint.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public int setDelayed(
	bool d
)

Parameters

d
Type:  SystemBoolean
Set the constraint as delayed.

Return Value

Type:  Int32
0 on success, 1 on error.
See Also