PrtGroup.Id (Property Read/Write)

Syntax

PrtGroup.Id

Description

String property contains the Group Id of the object.

Example

Dim main as new PrtGroup

main.Id = "MAIN"

Get a list of regions from a PRT group

'    and display them one by one in a message box.

main.GetRegionList

for j = 0 to main.RegionCount - 1

      MsgBox main.Region(j).Id

next j

More information

PRT Object Model member list.