Zone Custom Function

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 15:51

Description

Returns the zone id, using the object supplied as parameter.

Syntax

Dim zoneid as Integer = Zone(obj)

param

a generic object, that has a zoneRef. Typically, it's the page object.

Code

  <Extension()> _

  Public Function Zone(ByVal obj As IGenericAttrObj) As Integer

    Return GetInteger(obj, "zoneRef")

  End Function

See also

Edition Script

Master Script