Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3GetAttrValue
  
Iso3GetAttrValue
Returns the value of an attribute as a string (BSTR). The string is empty if the attribute doesn't exist.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetAttrValueobjectattrName
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
attrValue = document.ivx1.Iso3GetAttrValue("id(myObj1)","PartNo");