Set the value of a specific flag. Use with care

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public void SetFlag(
	int flag,
	bool val
)
Visual Basic (Declaration)
Public Sub SetFlag ( _
	flag As Integer, _
	val As Boolean _
)
Visual C++
public:
void SetFlag(
	int flag, 
	bool val
)

Parameters

flag
Type: System..::.Int32
val
Type: System..::.Boolean

See Also