PrtRegion.Capacity (Property Read)

Syntax

PrtRegion.Capacity

Description

Integer property to return the region capacity.

Example

Dim Prt as new Prt

Prt.GetRegionList

For i = 0 to Prt.RegionCount - 1

       Msgbox Prt.Region(i).Capacity

Next i

More information

PRT Object Model member list.