Click or drag to resize

IUserProxyForSequenceExecutionChooseValue Method

returns a user chosen/input value of the given type no random input value is supplied, the user must give a value

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Object ChooseValue(
	string type,
	Sequence seq
)

Parameters

type
Type: SystemString
seq
Type: de.unika.ipd.grGen.libGrSequence

Return Value

Type: Object
See Also