Counted Function

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:03

Description

Returns, as a Boolean value, the value of the attribute counted of the object obj.

Syntax

dim isCounted as Boolean = Counted(obj)

obj

the object, to read the attribute counted from

Requires

GetBoolean Function

Code

  <Extension()> _

  Public Function Counted(ByVal obj As IGenericAttrObj) As Boolean

    Return GetBoolean(obj, "counted")

  End Function

See also