Click or drag to resize

ModelingUtilsIsParticipationReached Method

Determines whether the participation of the specified type has been reached.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool IsParticipationReached(
	ParticipationType type,
	int participationCount,
	int totalCount,
	int level
)

Parameters

type
Type: Packflow.ModelingParticipationType
participationCount
Type: SystemInt32
totalCount
Type: SystemInt32
level
Type: SystemInt32

Return Value

Type: Boolean
See Also