Click or drag to resize

MPUtilityGetNextId Method (String)

Returns the next number of the specified number range. If the number range does not exist, it will be created and initialized with 0.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static int GetNextId(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Int32
See Also