property RegionIDExpression | |
Syntax: | object.RegionIDExpression = String |
Description: | The RegionIDExpression property specifies the regular expression to use to return regions. Example: Dim oRegionAgent As Object Dim oRegions As Object Dim oRegion As Object Set oRegionAgent =
CreateObject("Tracker.TrkRegionAgent") oRegionAgent.RegionIDExpression = ".REG_A." Set oRegions = oRegionAgent.Execute Set oRegion = oRegions.Item(1) ... |