Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3GetAttrType
  
Iso3GetAttrType
Returns the type of a specific attribute as long. The following number could be returned: 1 = integer, 2 = float, 3 = string, 4 = undefined, 5 = link.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetAttrTypeobjectattrName
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
attrType =
document.ivx1.Iso3GetAttrType("id(myObj1)","PartNo");