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.CoreAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public static int GetNextId(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
Int32See Also