PrtGroup.ClearExtHold (Method)

Syntax

PrtGroup.ClearExtHold

Description

Clears an external hold for this tracking group. This setting will be updated to PRT after a call to Modify.)

Example

Dim prt as new Prt

' Get a list of groups from PRT

'    and clear each one's External Hold status bit.

prt.GetGroupList

for j = 0 to prt.GroupCount - 1

       prt.Group(j).ClearExtHold

       prt.Group(j).Modify

next j

More information

PRT Object Model member list.