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
Code
<Extension()> _
Public Function Counted(ByVal obj As IGenericAttrObj) As Boolean
Return GetBoolean(obj, "counted")
End Function
See also