Syntax
PrtGroup.ExtHold
Description
Boolean property contains the setting of External Hold for the Tracking Group.
Example
Dim prt as new Prt
' Get a list of groups from PRT and display their External Hold
' status bits one by one in a message box.
prt.GetGroupList
for j = 0 to prt.GroupCount - 1
MsgBox prt.Group(j).ExtHold
next j
PRT Object Model member list. |