Finds ProcessClass using pm and pt and if found deletes it

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

Syntax

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

Parameters

pm
Type: WaterSimDCDC..::..ProcessMethod
process method to delete
pt
Type: WaterSimDCDC..::..ProcessType
type of process being deleted, pre or post

Return Value

true if deleted, false if not

See Also