Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3GetIntegerAttrValue
  
Iso3GetIntegerAttrValue
Returns the value of an integer attribute as long.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetIntegerAttrValueobjectattrName
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
intValue =
document.ivx1.Iso3GetIntegerAttrValue("id(myObj1)","Count");