{CompanyName} FlexyGo

SysProcess..::..CreateProcessParameters Method

Creates all process parameters.

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool CreateProcessParameters(
	EntityObject Entity,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function CreateProcessParameters ( _
	Entity As EntityObject, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Process EntityObject
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information

Return Value

true if Created, false otherwise.