Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3SetStringAttrValue
  
Iso3SetStringAttrValue
Sets the value of a string attribute. It returns true if successful; otherwise false. If the attribute does not exist it will be added to the object.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3SetStringAttrValueobjectattrNamevalue
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
value
Defines the new String value as BSTR.
document.ivx1.Iso3SetStringAttrValue("id(myObj1)","Description","Bracket");