ProjGroup::table2GroupType Method
Returns a project group type value, based on a specified project type value.
Syntax
client server private static ProjGroupType table2GroupType(ProjType _projType)
Run On
Called
Parameters
- _projType
Type: ProjType Enumeration
A project type value.
Return Value
Type: ProjGroupType Enumeration
The project group type value that corresponds to the specified project type value.
Remarks
If no valid mapping between the values exists, an error is thrown.