Searches process que for the pm method and pt process type.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public bool inList(
	ProcessMethod pm,
	ProcessType pt
)
Visual Basic
Public Function inList ( _
	pm As ProcessMethod, _
	pt As ProcessType _
) As Boolean

Parameters

pm
Type: WaterSimDCDC..::..ProcessMethod
he process method to find
pt
Type: WaterSimDCDC..::..ProcessType
the type of process pre or post

Return Value

true of the process method or type pt is found

See Also