Share via


ProjGroup.type Method

Returns, and optionally sets, the project group type. The project group type determines the project type for projects in this group.

Syntax

edit ProjGroupType type(boolean set, ProjGroupType projGroupType)

Run On

Called

Parameters

  • set
    Type: boolean
    A Boolean value that specifies whether to set the project group type to the value of the projGroupType parameter.

Return Value

Type: ProjGroupType Enumeration
The project group type.

Remarks

The value that is stored is actually the project type, that is, one of the values from the ProjType enumeration, that corresponds to the project group type. The ProjGroup.Table2GroupType method is used to convert the project type to the group type and ProjGroup.Group2TableType method is used to convert the group type to the project type.

See Also

Reference

ProjGroup Table