PrtRegion.TotalItemsPointId (Property Read/Write)

Syntax

PrtRegion.TotalItemsPointId

Description

String property to get the Point ID configured to contain the total number of items in the region or an empty string if the ID is not configured.

Example

Dim Region as new PrtRegion

Region.Id = "PRODUCTION"

'Get the name of a region's Total Item point and display its

'   contents in a message box.

TotPtId$ = Region.TotalItemsPointId

If TotPtId$ <> "" then

       msgbox "Total Items: " & PointGet(TotPtId$)

Else

       msgbox "No point configured!"

End If

More information

PRT Object Model member list.