Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3GetStringAttrValue
  
Iso3GetStringAttrValue
Returns the value of a string attribute as BSTR.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetStringAttrValueobjectattrName
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
strValue = document.ivx1.Iso3GetStringAttrValue("id(myObj1)","Description");